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
- TreeNodeStyle.cs
- ServiceContractListItem.cs
- WebResourceUtil.cs
- EntityDataSourceChangedEventArgs.cs
- DataGridItemEventArgs.cs
- DataObjectMethodAttribute.cs
- Material.cs
- SqlInternalConnectionTds.cs
- EventsTab.cs
- SecurityRuntime.cs
- ControlHelper.cs
- Peer.cs
- DriveInfo.cs
- DrawingContextDrawingContextWalker.cs
- FixedHighlight.cs
- ListenDesigner.cs
- EmbeddedMailObjectsCollection.cs
- AuthenticationServiceManager.cs
- WithParamAction.cs
- SubqueryRules.cs
- DesignerImageAdapter.cs
- XmlAnyElementAttributes.cs
- PointLightBase.cs
- MailWebEventProvider.cs
- NTAccount.cs
- HtmlTable.cs
- PersistStreamTypeWrapper.cs
- ConstrainedGroup.cs
- Asn1IntegerConverter.cs
- TreeNode.cs
- Pts.cs
- ApplicationManager.cs
- HGlobalSafeHandle.cs
- UpdateProgress.cs
- IChannel.cs
- CombinedTcpChannel.cs
- WindowsFormsHostPropertyMap.cs
- DataGridToolTip.cs
- PositiveTimeSpanValidatorAttribute.cs
- PersonalizationDictionary.cs
- CheckedListBox.cs
- TableLayoutSettings.cs
- TraceHandlerErrorFormatter.cs
- DateBoldEvent.cs
- PrePostDescendentsWalker.cs
- OrderPreservingPipeliningMergeHelper.cs
- SortExpressionBuilder.cs
- InvalidWMPVersionException.cs
- Avt.cs
- CorruptingExceptionCommon.cs
- PassportAuthenticationModule.cs
- CodeTryCatchFinallyStatement.cs
- RootBrowserWindow.cs
- DependencyPropertyAttribute.cs
- TrackingAnnotationCollection.cs
- Root.cs
- LinkArea.cs
- RecordConverter.cs
- METAHEADER.cs
- PageSetupDialog.cs
- VoiceSynthesis.cs
- XsdDuration.cs
- CalendarItem.cs
- Compiler.cs
- errorpatternmatcher.cs
- Selector.cs
- FixedSOMContainer.cs
- Decoder.cs
- TrackBarDesigner.cs
- ElapsedEventArgs.cs
- PropertyRecord.cs
- DataObjectSettingDataEventArgs.cs
- DateTimeParse.cs
- PropertyMappingExceptionEventArgs.cs
- ValidationError.cs
- IsolationInterop.cs
- DelegatingTypeDescriptionProvider.cs
- JulianCalendar.cs
- SingleAnimation.cs
- HttpCacheVary.cs
- MatrixCamera.cs
- TextDecoration.cs
- ColorConvertedBitmap.cs
- DataGridViewCellPaintingEventArgs.cs
- OdbcConnectionStringbuilder.cs
- RegexGroup.cs
- PropertyChangedEventArgs.cs
- IteratorFilter.cs
- HtmlInputReset.cs
- SqlParameterCollection.cs
- UidPropertyAttribute.cs
- TemplateControlParser.cs
- TerminatingOperationBehavior.cs
- SqlDataReaderSmi.cs
- UserPreferenceChangedEventArgs.cs
- ParagraphResult.cs
- Int64.cs
- Converter.cs
- RegionInfo.cs
- LoginView.cs