Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContentExtension.cs / 1 / XmlSchemaComplexContentExtension.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaComplexContentExtension : 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 XmlSchemaComplexContentExtension : 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
- ManagementPath.cs
- Ipv6Element.cs
- LoginCancelEventArgs.cs
- Thread.cs
- ProgressBarHighlightConverter.cs
- QilDataSource.cs
- PropertyInfoSet.cs
- SqlDataSourceFilteringEventArgs.cs
- DataSourceGroupCollection.cs
- TypeSystem.cs
- AccessViolationException.cs
- Paragraph.cs
- SpeechEvent.cs
- MachineSettingsSection.cs
- EntityDataSource.cs
- XmlSerializerAssemblyAttribute.cs
- PropertiesTab.cs
- TypeUsageBuilder.cs
- WindowsRegion.cs
- CustomAttribute.cs
- mansign.cs
- JsonWriter.cs
- ListenerAdapter.cs
- PersistenceException.cs
- DictionaryBase.cs
- OracleRowUpdatedEventArgs.cs
- XmlBinaryReaderSession.cs
- SymbolPair.cs
- Activator.cs
- EdmError.cs
- CodeCommentStatement.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- WS2007FederationHttpBindingCollectionElement.cs
- TransformValueSerializer.cs
- GeometryValueSerializer.cs
- StructuredProperty.cs
- TextParagraph.cs
- ListItemParagraph.cs
- DPCustomTypeDescriptor.cs
- PropertyPathConverter.cs
- DrawingContextWalker.cs
- WindowsNonControl.cs
- MessageAction.cs
- ClientSettingsSection.cs
- TreeNodeSelectionProcessor.cs
- BaseParser.cs
- XPathExpr.cs
- HitTestParameters.cs
- UiaCoreProviderApi.cs
- CommonServiceBehaviorElement.cs
- XmlBoundElement.cs
- CodeSnippetCompileUnit.cs
- RequestCacheManager.cs
- IgnoreSection.cs
- Compiler.cs
- RoleManagerEventArgs.cs
- AutomationElementCollection.cs
- AspNetHostingPermission.cs
- AsmxEndpointPickerExtension.cs
- MetadataStore.cs
- RuntimeHelpers.cs
- GridSplitterAutomationPeer.cs
- PassportAuthenticationModule.cs
- XmlSerializerFactory.cs
- SqlTransaction.cs
- ParentQuery.cs
- AnimationLayer.cs
- GridView.cs
- PKCS1MaskGenerationMethod.cs
- RSAOAEPKeyExchangeDeformatter.cs
- FrameSecurityDescriptor.cs
- Cursor.cs
- SimpleApplicationHost.cs
- BaseDataList.cs
- SqlNode.cs
- SqlProcedureAttribute.cs
- FrameworkElement.cs
- CannotUnloadAppDomainException.cs
- SecUtil.cs
- PolicyManager.cs
- OperationCanceledException.cs
- QilList.cs
- RequestStatusBarUpdateEventArgs.cs
- BamlResourceDeserializer.cs
- TargetParameterCountException.cs
- HashCodeCombiner.cs
- ModelItem.cs
- ConfigurationStrings.cs
- SupportingTokenAuthenticatorSpecification.cs
- Section.cs
- UseAttributeSetsAction.cs
- RegexWriter.cs
- DefaultTextStore.cs
- COM2FontConverter.cs
- BindableTemplateBuilder.cs
- BinaryWriter.cs
- AsymmetricAlgorithm.cs
- TableParaClient.cs
- LoadRetryStrategyFactory.cs
- DateTime.cs