Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- CodeParameterDeclarationExpressionCollection.cs
- Claim.cs
- FilterElement.cs
- DLinqDataModelProvider.cs
- PrincipalPermission.cs
- ProtocolViolationException.cs
- PerspectiveCamera.cs
- SelectionRangeConverter.cs
- PreProcessInputEventArgs.cs
- PointHitTestResult.cs
- BreakRecordTable.cs
- MimeReflector.cs
- Publisher.cs
- EntityTypeEmitter.cs
- HtmlTable.cs
- TabPage.cs
- WebEvents.cs
- StrongNamePublicKeyBlob.cs
- ADMembershipUser.cs
- SqlWriter.cs
- ResourceDefaultValueAttribute.cs
- DbDataReader.cs
- BindingBase.cs
- StringResourceManager.cs
- ToolStripMenuItem.cs
- RowVisual.cs
- PathGeometry.cs
- CodeTypeParameter.cs
- MailMessage.cs
- ASCIIEncoding.cs
- DataGridViewCellLinkedList.cs
- _TLSstream.cs
- ObjectDataSourceEventArgs.cs
- BaseComponentEditor.cs
- DateTimeOffsetConverter.cs
- AssemblyCollection.cs
- NativeConfigurationLoader.cs
- ErrorEventArgs.cs
- ElementUtil.cs
- EmptyEnumerator.cs
- CharStorage.cs
- RoleGroupCollection.cs
- FragmentQuery.cs
- DigitShape.cs
- SqlBulkCopyColumnMappingCollection.cs
- XPathDocumentIterator.cs
- XPathMessageContext.cs
- StorageAssociationSetMapping.cs
- DBAsyncResult.cs
- EntityDataSourceWrapperCollection.cs
- Html32TextWriter.cs
- LinkDescriptor.cs
- RegularExpressionValidator.cs
- TerminatorSinks.cs
- Environment.cs
- XmlDocumentType.cs
- Compilation.cs
- DataViewSetting.cs
- UpdateManifestForBrowserApplication.cs
- EndpointAddress.cs
- XmlSchemaAnnotation.cs
- CryptoApi.cs
- TransformProviderWrapper.cs
- JsonEnumDataContract.cs
- SHA256.cs
- Thickness.cs
- CheckBox.cs
- Rotation3DAnimationUsingKeyFrames.cs
- StringToken.cs
- IntermediatePolicyValidator.cs
- TypeSemantics.cs
- EndpointAddressMessageFilter.cs
- Bidi.cs
- EnumMember.cs
- AssemblyBuilder.cs
- DocumentScope.cs
- FieldToken.cs
- PingReply.cs
- XPathChildIterator.cs
- Guid.cs
- TemplatePagerField.cs
- DataSourceGeneratorException.cs
- Byte.cs
- DATA_BLOB.cs
- ChainOfDependencies.cs
- XmlSchemaFacet.cs
- BackgroundFormatInfo.cs
- MULTI_QI.cs
- _Events.cs
- ListViewItem.cs
- MetadataCollection.cs
- IgnoreSection.cs
- ThreadLocal.cs
- ExternalFile.cs
- ThemeConfigurationDialog.cs
- PresentationSource.cs
- SizeKeyFrameCollection.cs
- Error.cs
- SqlDelegatedTransaction.cs
- InvalidEnumArgumentException.cs