Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SimpleType.cs
- LinqToSqlWrapper.cs
- SqlPersonalizationProvider.cs
- RSAOAEPKeyExchangeDeformatter.cs
- SqlXml.cs
- GregorianCalendar.cs
- SqlIdentifier.cs
- NativeMethods.cs
- WebPartDescriptionCollection.cs
- Symbol.cs
- TranslateTransform3D.cs
- ZoomingMessageFilter.cs
- SafeNativeMemoryHandle.cs
- CaseStatement.cs
- OrElse.cs
- MouseDevice.cs
- DynamicObject.cs
- X509CertificateCollection.cs
- GridViewSortEventArgs.cs
- FrameworkElementFactory.cs
- SingleKeyFrameCollection.cs
- ParserExtension.cs
- CheckBoxBaseAdapter.cs
- LoginViewDesigner.cs
- ExtendedPropertyDescriptor.cs
- Types.cs
- ContentIterators.cs
- PersistChildrenAttribute.cs
- FontFamilyValueSerializer.cs
- SourceElementsCollection.cs
- WebPartConnectionsEventArgs.cs
- HttpValueCollection.cs
- ChtmlTextWriter.cs
- InheritablePropertyChangeInfo.cs
- DataMisalignedException.cs
- ColorPalette.cs
- CollectionTypeElement.cs
- ChtmlCalendarAdapter.cs
- RuntimeEnvironment.cs
- SelectionHighlightInfo.cs
- ISO2022Encoding.cs
- PageSetupDialog.cs
- ClientUtils.cs
- XmlDictionaryReader.cs
- AutomationProperties.cs
- IISMapPath.cs
- ClassImporter.cs
- GlyphsSerializer.cs
- XmlWriterTraceListener.cs
- BooleanStorage.cs
- BamlRecordHelper.cs
- CacheVirtualItemsEvent.cs
- TextWriterTraceListener.cs
- ExtendedProtectionPolicy.cs
- WmlObjectListAdapter.cs
- PackageProperties.cs
- DataGridViewAutoSizeModeEventArgs.cs
- OdbcStatementHandle.cs
- SchemaSetCompiler.cs
- ActivityExecutionFilter.cs
- elementinformation.cs
- SystemIPInterfaceStatistics.cs
- MultiAsyncResult.cs
- ListViewPagedDataSource.cs
- XomlCompilerHelpers.cs
- NotFiniteNumberException.cs
- SqlWorkflowPersistenceService.cs
- HMACMD5.cs
- METAHEADER.cs
- DbConnectionInternal.cs
- SwitchCase.cs
- UrlPropertyAttribute.cs
- ObjectContextServiceProvider.cs
- SourceElementsCollection.cs
- SoundPlayer.cs
- XmlEntity.cs
- AssemblyNameProxy.cs
- TextEditorSelection.cs
- MiniModule.cs
- PeerNameResolver.cs
- InputReferenceExpression.cs
- XmlDocument.cs
- X509ThumbprintKeyIdentifierClause.cs
- Icon.cs
- EdmMember.cs
- SerializableAttribute.cs
- InterleavedZipPartStream.cs
- DefaultValueAttribute.cs
- PointCollectionConverter.cs
- SharedDp.cs
- MenuAdapter.cs
- ScrollPattern.cs
- DataBindEngine.cs
- ScrollItemPatternIdentifiers.cs
- Transform3DGroup.cs
- ConfigurationSection.cs
- InvalidateEvent.cs
- EventManager.cs
- GridView.cs
- SqlInternalConnection.cs