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 / XmlSchemaComplexContentRestriction.cs / 1 / XmlSchemaComplexContentRestriction.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaComplexContentRestriction : XmlSchemaContent { XmlSchemaParticle particle; XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); XmlSchemaAnyAttribute anyAttribute; XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("base")] public XmlQualifiedName BaseTypeName { get { return baseTypeName; } set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("group", typeof(XmlSchemaGroupRef)), XmlElement("choice", typeof(XmlSchemaChoice)), XmlElement("all", typeof(XmlSchemaAll)), XmlElement("sequence", typeof(XmlSchemaSequence))] public XmlSchemaParticle Particle { get { return particle; } set { particle = value; } } ///[To be supplied.] ////// /// [XmlElement("attribute", typeof(XmlSchemaAttribute)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] public XmlSchemaObjectCollection Attributes { get { return attributes; } } ///[To be supplied.] ////// /// [XmlElement("anyAttribute")] public XmlSchemaAnyAttribute AnyAttribute { get { return anyAttribute; } set { anyAttribute = value; } } internal void SetAttributes(XmlSchemaObjectCollection newAttributes) { attributes = newAttributes; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaComplexContentRestriction : XmlSchemaContent { XmlSchemaParticle particle; XmlSchemaObjectCollection attributes = new XmlSchemaObjectCollection(); XmlSchemaAnyAttribute anyAttribute; XmlQualifiedName baseTypeName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("base")] public XmlQualifiedName BaseTypeName { get { return baseTypeName; } set { baseTypeName = (value == null ? XmlQualifiedName.Empty : value); } } ///[To be supplied.] ////// /// [XmlElement("group", typeof(XmlSchemaGroupRef)), XmlElement("choice", typeof(XmlSchemaChoice)), XmlElement("all", typeof(XmlSchemaAll)), XmlElement("sequence", typeof(XmlSchemaSequence))] public XmlSchemaParticle Particle { get { return particle; } set { particle = value; } } ///[To be supplied.] ////// /// [XmlElement("attribute", typeof(XmlSchemaAttribute)), XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))] public XmlSchemaObjectCollection Attributes { get { return attributes; } } ///[To be supplied.] ////// /// [XmlElement("anyAttribute")] public XmlSchemaAnyAttribute AnyAttribute { get { return anyAttribute; } set { anyAttribute = value; } } internal void SetAttributes(XmlSchemaObjectCollection newAttributes) { attributes = newAttributes; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Environment.cs
- EventBuilder.cs
- ListControlActionList.cs
- CodeFieldReferenceExpression.cs
- ToolStripRendererSwitcher.cs
- BindingContext.cs
- CodeMemberField.cs
- TextAutomationPeer.cs
- GlyphsSerializer.cs
- TypeSystem.cs
- SqlDataSourceCache.cs
- GenericEnumConverter.cs
- File.cs
- XLinq.cs
- PrintDialog.cs
- LOSFormatter.cs
- XmlILTrace.cs
- XmlException.cs
- SynchronizedDispatch.cs
- HtmlControl.cs
- StringSource.cs
- _HeaderInfo.cs
- TcpClientChannel.cs
- HttpWebRequestElement.cs
- DeferredSelectedIndexReference.cs
- SupportsEventValidationAttribute.cs
- ExceptionNotification.cs
- ServiceDocumentFormatter.cs
- Rect3DConverter.cs
- DocumentXPathNavigator.cs
- ExpressionEditorAttribute.cs
- TransformPatternIdentifiers.cs
- ElementAtQueryOperator.cs
- KnownColorTable.cs
- FocusManager.cs
- KeyInfo.cs
- TitleStyle.cs
- StrongNameMembershipCondition.cs
- LineBreakRecord.cs
- AnonymousIdentificationModule.cs
- AutoCompleteStringCollection.cs
- WindowsFormsHostPropertyMap.cs
- CompilerLocalReference.cs
- SapiAttributeParser.cs
- EntityStoreSchemaFilterEntry.cs
- PropertyConverter.cs
- _SslSessionsCache.cs
- MediaScriptCommandRoutedEventArgs.cs
- ClickablePoint.cs
- OracleTimeSpan.cs
- QilInvoke.cs
- HyperLinkField.cs
- QilName.cs
- FixUpCollection.cs
- ItemsControlAutomationPeer.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- MissingFieldException.cs
- TableStyle.cs
- UpdatePanelTrigger.cs
- TargetParameterCountException.cs
- SimpleWebHandlerParser.cs
- Margins.cs
- CodeDomConfigurationHandler.cs
- ChildChangedEventArgs.cs
- ConfigurationProperty.cs
- TrackingServices.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- ProfileInfo.cs
- SqlConnectionHelper.cs
- ClientUtils.cs
- XamlInt32CollectionSerializer.cs
- DocumentAutomationPeer.cs
- DiscardableAttribute.cs
- QilList.cs
- Mutex.cs
- DynamicVirtualDiscoSearcher.cs
- URL.cs
- MenuEventArgs.cs
- ApplicationManager.cs
- IxmlLineInfo.cs
- StoragePropertyMapping.cs
- ParameterReplacerVisitor.cs
- QilExpression.cs
- DateTimeUtil.cs
- HyperLink.cs
- NotificationContext.cs
- COMException.cs
- KeyConverter.cs
- UInt32Converter.cs
- TextLineResult.cs
- ReturnEventArgs.cs
- CreatingCookieEventArgs.cs
- FrameworkElementFactory.cs
- ButtonBaseAdapter.cs
- TypeSemantics.cs
- WorkflowRuntimeService.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- _BasicClient.cs
- TextChange.cs
- InstanceOwnerQueryResult.cs