Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PlacementWorkspace.cs
- VScrollBar.cs
- SortKey.cs
- IgnoreFlushAndCloseStream.cs
- WebPartMenu.cs
- Comparer.cs
- Compress.cs
- ToolStripSettings.cs
- ExeConfigurationFileMap.cs
- GenericIdentity.cs
- StringDictionary.cs
- WriterOutput.cs
- FastEncoderWindow.cs
- QueryConverter.cs
- ImplicitInputBrush.cs
- DataBoundControlAdapter.cs
- InputEventArgs.cs
- ReceiveParametersContent.cs
- QuaternionRotation3D.cs
- UserPrincipalNameElement.cs
- SignatureToken.cs
- EditingCommands.cs
- RemoteWebConfigurationHost.cs
- XappLauncher.cs
- ArrayItemValue.cs
- AppDomainUnloadedException.cs
- HierarchicalDataSourceDesigner.cs
- HostedTcpTransportManager.cs
- EpmTargetTree.cs
- DTCTransactionManager.cs
- DesignerDataConnection.cs
- EdmFunction.cs
- Brush.cs
- DBConnectionString.cs
- WebEvents.cs
- SoapElementAttribute.cs
- MimeTypeMapper.cs
- PropertyGridCommands.cs
- MessageDecoder.cs
- ToolboxDataAttribute.cs
- ReferenceList.cs
- PathStreamGeometryContext.cs
- DrawToolTipEventArgs.cs
- TreeNode.cs
- XsdBuildProvider.cs
- CommandManager.cs
- ConfigurationStrings.cs
- SafePointer.cs
- TextElementEditingBehaviorAttribute.cs
- SafeBitVector32.cs
- StreamResourceInfo.cs
- SoapHeaderAttribute.cs
- ConnectionInterfaceCollection.cs
- GeneralTransformGroup.cs
- GenericEnumConverter.cs
- XmlLinkedNode.cs
- AdornerLayer.cs
- IdentityHolder.cs
- XmlSchemaComplexType.cs
- MILUtilities.cs
- AliasGenerator.cs
- RegistrySecurity.cs
- StringConcat.cs
- RangeValuePattern.cs
- IPCCacheManager.cs
- FixedSOMTableRow.cs
- UIElement3D.cs
- LinqDataSource.cs
- TableRowCollection.cs
- TemplateKey.cs
- BinHexEncoder.cs
- SelectedGridItemChangedEvent.cs
- StatusBarItemAutomationPeer.cs
- PlatformNotSupportedException.cs
- ValidationPropertyAttribute.cs
- XXXOnTypeBuilderInstantiation.cs
- ConfigXmlText.cs
- AuthenticationManager.cs
- CacheHelper.cs
- TemplateControlBuildProvider.cs
- ControlPaint.cs
- BitmapMetadata.cs
- WasHttpHandlersInstallComponent.cs
- DataGridToolTip.cs
- TextEffectResolver.cs
- VideoDrawing.cs
- ProofTokenCryptoHandle.cs
- FlowDocumentPaginator.cs
- WebHttpSecurity.cs
- RawStylusInput.cs
- UIElement.cs
- DoubleStorage.cs
- PrintDialog.cs
- GenericAuthenticationEventArgs.cs
- IsolatedStorageFilePermission.cs
- SqlCommandSet.cs
- ProfileBuildProvider.cs
- OutputScope.cs
- GlyphTypeface.cs
- MulticastDelegate.cs