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
- StopRoutingHandler.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- RightsController.cs
- ColorTransformHelper.cs
- ActiveXContainer.cs
- StringToken.cs
- HelpEvent.cs
- DataServiceQueryContinuation.cs
- ZipIOExtraFieldElement.cs
- Vector3DKeyFrameCollection.cs
- GridViewSortEventArgs.cs
- X509CertificateCollection.cs
- xml.cs
- ColorTranslator.cs
- RootBuilder.cs
- ListItemConverter.cs
- WebPartZoneBase.cs
- ConstraintConverter.cs
- UIElementParaClient.cs
- Quaternion.cs
- SamlConstants.cs
- HealthMonitoringSectionHelper.cs
- GatewayIPAddressInformationCollection.cs
- TextLine.cs
- ToolStripRenderEventArgs.cs
- TabItemWrapperAutomationPeer.cs
- SQLGuidStorage.cs
- SchemaElementLookUpTable.cs
- ConfigurationManager.cs
- SiteMapNode.cs
- IDispatchConstantAttribute.cs
- Animatable.cs
- StickyNote.cs
- AppearanceEditorPart.cs
- SimpleTypeResolver.cs
- path.cs
- CodePageEncoding.cs
- UnauthorizedAccessException.cs
- ValueTable.cs
- DecimalConstantAttribute.cs
- CacheEntry.cs
- TemplateBaseAction.cs
- WebDisplayNameAttribute.cs
- XmlSchemaAttributeGroup.cs
- IdentityModelStringsVersion1.cs
- PropertyIDSet.cs
- MetaData.cs
- PolicyLevel.cs
- MeshGeometry3D.cs
- PersonalizationAdministration.cs
- XomlCompilerHelpers.cs
- NullableIntSumAggregationOperator.cs
- RegexRunnerFactory.cs
- NodeFunctions.cs
- WebReferencesBuildProvider.cs
- DiagnosticsConfigurationHandler.cs
- wgx_render.cs
- RegexTree.cs
- Clipboard.cs
- ProfileSettings.cs
- CachedPathData.cs
- ConfigXmlCDataSection.cs
- GAC.cs
- CallbackValidator.cs
- WorkItem.cs
- HtmlTextArea.cs
- ListItem.cs
- CachedFontFamily.cs
- IEnumerable.cs
- SQLGuidStorage.cs
- TextBoxBase.cs
- Visual3D.cs
- CalendarDesigner.cs
- LabelDesigner.cs
- SqlTrackingWorkflowInstance.cs
- CurrencyManager.cs
- QueryStringParameter.cs
- XmlNode.cs
- TranslateTransform.cs
- RawStylusInputReport.cs
- CheckBoxAutomationPeer.cs
- PagedDataSource.cs
- EventSourceCreationData.cs
- ContractBase.cs
- SqlUtil.cs
- DbMetaDataCollectionNames.cs
- QueryExpr.cs
- FtpWebResponse.cs
- Attributes.cs
- figurelengthconverter.cs
- SqlCharStream.cs
- FontStyle.cs
- WinCategoryAttribute.cs
- IdentityValidationException.cs
- DataViewListener.cs
- DPCustomTypeDescriptor.cs
- counter.cs
- ArglessEventHandlerProxy.cs
- ProcessHostServerConfig.cs
- StyleBamlRecordReader.cs