Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContentExtension.cs / 1305376 / 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
- BinaryObjectReader.cs
- X509SecurityToken.cs
- HtmlAnchor.cs
- InputLanguageSource.cs
- CodeSnippetTypeMember.cs
- SafeFindHandle.cs
- VideoDrawing.cs
- MatrixTransform.cs
- ApplicationBuildProvider.cs
- ValidationPropertyAttribute.cs
- DrawingServices.cs
- ButtonPopupAdapter.cs
- BlurBitmapEffect.cs
- UrlPropertyAttribute.cs
- GridViewRowPresenterBase.cs
- XmlCharCheckingReader.cs
- RegistryDataKey.cs
- DbUpdateCommandTree.cs
- NetTcpBindingElement.cs
- SaveFileDialog.cs
- ContentTextAutomationPeer.cs
- OleDbSchemaGuid.cs
- DbReferenceCollection.cs
- ConfigsHelper.cs
- XmlSchemaAnnotation.cs
- Literal.cs
- CommandManager.cs
- httpapplicationstate.cs
- SqlCacheDependencyDatabaseCollection.cs
- SoapCodeExporter.cs
- WindowHelperService.cs
- TextFragmentEngine.cs
- ExpressionEditorAttribute.cs
- MediaTimeline.cs
- AutomationProperty.cs
- EventLogPermission.cs
- Helpers.cs
- SqlBuffer.cs
- ApplicationServiceHelper.cs
- DeferredRunTextReference.cs
- Intellisense.cs
- ImageSource.cs
- PrivilegeNotHeldException.cs
- SessionIDManager.cs
- SchemaTableOptionalColumn.cs
- UInt16Storage.cs
- MembershipSection.cs
- CellCreator.cs
- CompilationLock.cs
- WindowHideOrCloseTracker.cs
- SqlClientWrapperSmiStreamChars.cs
- NTAccount.cs
- CustomErrorCollection.cs
- TableLayoutPanelCellPosition.cs
- SizeKeyFrameCollection.cs
- XmlILIndex.cs
- CopyAttributesAction.cs
- FixedSOMTable.cs
- SchemaSetCompiler.cs
- ReaderContextStackData.cs
- SynchronizationLockException.cs
- ResourceAttributes.cs
- TypeUsage.cs
- RenderTargetBitmap.cs
- MasterPageParser.cs
- ToolBarPanel.cs
- LiteralControl.cs
- EntityDataSourceMemberPath.cs
- SqlResolver.cs
- UpdateCompiler.cs
- GifBitmapEncoder.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- OleCmdHelper.cs
- MatrixValueSerializer.cs
- ButtonBase.cs
- FileAuthorizationModule.cs
- ClientCredentialsElement.cs
- DataBoundControl.cs
- TextLineBreak.cs
- MergeLocalizationDirectives.cs
- Journal.cs
- _HeaderInfoTable.cs
- WsdlInspector.cs
- ConfigDefinitionUpdates.cs
- FontFamilyConverter.cs
- FormViewPagerRow.cs
- ResourceDescriptionAttribute.cs
- UnsafeNativeMethods.cs
- ScalarType.cs
- ItemDragEvent.cs
- SafeArrayTypeMismatchException.cs
- ExeConfigurationFileMap.cs
- HttpModuleActionCollection.cs
- PieceDirectory.cs
- XmlSchemaInclude.cs
- Bidi.cs
- EmptyEnumerable.cs
- User.cs
- GeometryCombineModeValidation.cs
- RegexRunner.cs