Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaSimpleTypeList.cs / 1 / XmlSchemaSimpleTypeList.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSimpleTypeList : XmlSchemaSimpleTypeContent { XmlQualifiedName itemTypeName = XmlQualifiedName.Empty; XmlSchemaSimpleType itemType; XmlSchemaSimpleType baseItemType; //Compiled ///[To be supplied.] ////// /// [XmlAttribute("itemType")] public XmlQualifiedName ItemTypeName { get { return itemTypeName; } set { itemTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("simpleType", typeof(XmlSchemaSimpleType))] public XmlSchemaSimpleType ItemType { get { return itemType; } set { itemType = value; } } //Compiled ///[To be supplied.] ///[XmlIgnore] public XmlSchemaSimpleType BaseItemType { get { return baseItemType; } set { baseItemType = value; } } internal override XmlSchemaObject Clone() { XmlSchemaSimpleTypeList newList = (XmlSchemaSimpleTypeList)MemberwiseClone(); newList.ItemTypeName = itemTypeName.Clone(); return newList; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaSimpleTypeList : XmlSchemaSimpleTypeContent { XmlQualifiedName itemTypeName = XmlQualifiedName.Empty; XmlSchemaSimpleType itemType; XmlSchemaSimpleType baseItemType; //Compiled ///[To be supplied.] ////// /// [XmlAttribute("itemType")] public XmlQualifiedName ItemTypeName { get { return itemTypeName; } set { itemTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("simpleType", typeof(XmlSchemaSimpleType))] public XmlSchemaSimpleType ItemType { get { return itemType; } set { itemType = value; } } //Compiled ///[To be supplied.] ///[XmlIgnore] public XmlSchemaSimpleType BaseItemType { get { return baseItemType; } set { baseItemType = value; } } internal override XmlSchemaObject Clone() { XmlSchemaSimpleTypeList newList = (XmlSchemaSimpleTypeList)MemberwiseClone(); newList.ItemTypeName = itemTypeName.Clone(); return newList; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Statements.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- NetNamedPipeBindingCollectionElement.cs
- XmlSchemaSimpleContent.cs
- HtmlInputRadioButton.cs
- StructuralCache.cs
- TextMetrics.cs
- ScrollChrome.cs
- TextPointerBase.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- TypeListConverter.cs
- InternalPolicyElement.cs
- StringValueConverter.cs
- _ListenerResponseStream.cs
- HttpModuleActionCollection.cs
- EditorZoneBase.cs
- PropagatorResult.cs
- Identity.cs
- PictureBoxDesigner.cs
- ExpressionEditorAttribute.cs
- ResourceLoader.cs
- ReflectTypeDescriptionProvider.cs
- XmlDeclaration.cs
- HtmlUtf8RawTextWriter.cs
- XmlSecureResolver.cs
- PassportAuthenticationModule.cs
- PerfCounters.cs
- QueryRewriter.cs
- ComponentCollection.cs
- TypedDataSetSchemaImporterExtension.cs
- AttributeSetAction.cs
- XpsLiterals.cs
- TransformerConfigurationWizardBase.cs
- MD5HashHelper.cs
- Cursor.cs
- odbcmetadatacollectionnames.cs
- SourceElementsCollection.cs
- SynchronizedDispatch.cs
- precedingquery.cs
- DbParameterCollectionHelper.cs
- MD5CryptoServiceProvider.cs
- MethodCallTranslator.cs
- InternalResources.cs
- CompositeControl.cs
- DataGridAddNewRow.cs
- COAUTHIDENTITY.cs
- TableLayoutPanelBehavior.cs
- OleDbDataReader.cs
- EraserBehavior.cs
- SplineKeyFrames.cs
- Material.cs
- SqlDataAdapter.cs
- OrderedDictionary.cs
- DataServiceProcessingPipelineEventArgs.cs
- SamlAction.cs
- AncillaryOps.cs
- Util.cs
- SqlReorderer.cs
- DateTimeParse.cs
- WindowsRichEditRange.cs
- ClassData.cs
- OleDbConnectionInternal.cs
- WmlTextViewAdapter.cs
- ScalarOps.cs
- WebPartDisplayModeCollection.cs
- StreamWriter.cs
- MatrixCamera.cs
- ClientScriptManager.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- TransactionFlowOption.cs
- SafeCryptoHandles.cs
- IChannel.cs
- DataControlPagerLinkButton.cs
- streamingZipPartStream.cs
- FrameworkContentElementAutomationPeer.cs
- Win32MouseDevice.cs
- MediaTimeline.cs
- ListControlBuilder.cs
- ClientBuildManagerCallback.cs
- HttpException.cs
- SetterBase.cs
- PageThemeBuildProvider.cs
- _SslStream.cs
- TemplateKey.cs
- LocalTransaction.cs
- DesignerSerializationOptionsAttribute.cs
- FixedTextView.cs
- DefaultAsyncDataDispatcher.cs
- ChannelRequirements.cs
- DnsElement.cs
- _BaseOverlappedAsyncResult.cs
- InkPresenterAutomationPeer.cs
- RefType.cs
- SmiConnection.cs
- XomlCompilerError.cs
- WindowsFormsSectionHandler.cs
- FormsAuthentication.cs
- DBCommandBuilder.cs
- NameNode.cs
- DeferredSelectedIndexReference.cs