Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- MergeLocalizationDirectives.cs
- XmlSchemaRedefine.cs
- FixedStringLookup.cs
- FileChangesMonitor.cs
- TriggerActionCollection.cs
- KeyFrames.cs
- WebHeaderCollection.cs
- WebContext.cs
- MimeObjectFactory.cs
- ByteViewer.cs
- XPathSelfQuery.cs
- MethodBuilder.cs
- ExtractedStateEntry.cs
- PartitionedStreamMerger.cs
- Point3D.cs
- SoapEnumAttribute.cs
- JsonDataContract.cs
- SemanticAnalyzer.cs
- AuthenticationServiceManager.cs
- XPathConvert.cs
- FileRecordSequence.cs
- DefaultBindingPropertyAttribute.cs
- XmlSerializationReader.cs
- WebBrowsableAttribute.cs
- TreeNodeEventArgs.cs
- COMException.cs
- CalendarSelectionChangedEventArgs.cs
- SamlSecurityToken.cs
- WorkflowDefinitionDispenser.cs
- SrgsRulesCollection.cs
- DetailsViewModeEventArgs.cs
- LocatorBase.cs
- MatrixKeyFrameCollection.cs
- SafeCertificateStore.cs
- RolePrincipal.cs
- QueryReaderSettings.cs
- CodeFieldReferenceExpression.cs
- SqlNotificationEventArgs.cs
- FontSource.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- ReaderOutput.cs
- ImmComposition.cs
- ListViewPagedDataSource.cs
- SemaphoreSecurity.cs
- TypeToStringValueConverter.cs
- SerialStream.cs
- SchemaLookupTable.cs
- SetterBaseCollection.cs
- UMPAttributes.cs
- ChtmlFormAdapter.cs
- DirtyTextRange.cs
- RuleRef.cs
- RoutedEventHandlerInfo.cs
- QilUnary.cs
- CultureTableRecord.cs
- Point4DValueSerializer.cs
- StructuredProperty.cs
- SwitchElementsCollection.cs
- ControlValuePropertyAttribute.cs
- BinHexDecoder.cs
- FontSourceCollection.cs
- CalendarDateRangeChangingEventArgs.cs
- EncodingTable.cs
- SystemThemeKey.cs
- Ipv6Element.cs
- DocumentReference.cs
- ThreadExceptionEvent.cs
- ControlIdConverter.cs
- EntityKey.cs
- EditorZone.cs
- BaseDataListPage.cs
- SafeLibraryHandle.cs
- DependsOnAttribute.cs
- OracleCommandBuilder.cs
- ComponentEditorPage.cs
- SvcMapFile.cs
- XPathConvert.cs
- SecUtil.cs
- DbProviderFactories.cs
- MetadataArtifactLoaderCompositeResource.cs
- OpacityConverter.cs
- SessionStateModule.cs
- AttributeExtensions.cs
- TimeoutException.cs
- SessionStateUtil.cs
- OutputWindow.cs
- PrintController.cs
- StatusBarItem.cs
- StylusButtonEventArgs.cs
- EventLogQuery.cs
- DictionaryContent.cs
- PlaceHolder.cs
- XmlSchemaSimpleTypeList.cs
- DirectionalLight.cs
- IfAction.cs
- CodeDomConfigurationHandler.cs
- TableLayoutSettingsTypeConverter.cs
- _NTAuthentication.cs
- CroppedBitmap.cs
- MulticastDelegate.cs