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
- DataKeyArray.cs
- XmlDictionary.cs
- FontDifferentiator.cs
- Simplifier.cs
- Properties.cs
- CheckBoxPopupAdapter.cs
- MobileTemplatedControlDesigner.cs
- ThrowHelper.cs
- SqlVersion.cs
- FrameSecurityDescriptor.cs
- DATA_BLOB.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- serverconfig.cs
- RadioButtonBaseAdapter.cs
- SecurityPolicySection.cs
- Stopwatch.cs
- Atom10FeedFormatter.cs
- DependencyObjectProvider.cs
- ResXResourceReader.cs
- OrderByExpression.cs
- SplineKeyFrames.cs
- DataSourceIDConverter.cs
- MultitargetingHelpers.cs
- GlobalEventManager.cs
- MatrixTransform3D.cs
- UpdateException.cs
- MimeTypeMapper.cs
- Symbol.cs
- TypeDescriptionProviderAttribute.cs
- TypeConverterAttribute.cs
- PeerInvitationResponse.cs
- ThreadAbortException.cs
- FormViewRow.cs
- SqlMethodCallConverter.cs
- TrackPoint.cs
- ContainerParaClient.cs
- CustomError.cs
- AuthorizationRule.cs
- UnsafeNativeMethodsPenimc.cs
- _OSSOCK.cs
- ShellProvider.cs
- Accessible.cs
- DataBoundControlHelper.cs
- documentation.cs
- TargetControlTypeCache.cs
- AQNBuilder.cs
- ConvertersCollection.cs
- StateRuntime.cs
- XmlEncoding.cs
- ResXResourceSet.cs
- UnitySerializationHolder.cs
- GenerateScriptTypeAttribute.cs
- CssStyleCollection.cs
- NullableIntMinMaxAggregationOperator.cs
- HttpServerVarsCollection.cs
- Typography.cs
- XsltLoader.cs
- Wizard.cs
- PointConverter.cs
- VisualTreeHelper.cs
- SqlDataSourceSummaryPanel.cs
- StackBuilderSink.cs
- RegisteredHiddenField.cs
- EntityClientCacheKey.cs
- ProjectedSlot.cs
- StdValidatorsAndConverters.cs
- PopupControlService.cs
- FullTrustAssemblyCollection.cs
- SqlBooleanizer.cs
- CodeValidator.cs
- XPathDocumentIterator.cs
- XsdBuilder.cs
- EntitySetBase.cs
- MetadataArtifactLoader.cs
- DesignerDataTable.cs
- regiisutil.cs
- _AutoWebProxyScriptHelper.cs
- QilTargetType.cs
- EventHandlerList.cs
- ToolBarButtonDesigner.cs
- RequestCachingSection.cs
- MulticastDelegate.cs
- XPathAncestorQuery.cs
- Vector3DKeyFrameCollection.cs
- UnsafeNativeMethods.cs
- EventInfo.cs
- Events.cs
- Separator.cs
- CatalogZoneBase.cs
- BulletChrome.cs
- ApplicationActivator.cs
- HttpServerVarsCollection.cs
- HttpApplicationFactory.cs
- FormsIdentity.cs
- BamlBinaryReader.cs
- ButtonStandardAdapter.cs
- __Filters.cs
- Signature.cs
- LocalTransaction.cs
- EntitySqlQueryState.cs