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 / 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
- BooleanExpr.cs
- NavigationPropertyEmitter.cs
- SqlUserDefinedAggregateAttribute.cs
- M3DUtil.cs
- ModelItemCollection.cs
- TitleStyle.cs
- cookieexception.cs
- HeaderedItemsControl.cs
- EventManager.cs
- PaperSource.cs
- DefaultProfileManager.cs
- DBCommand.cs
- SimpleRecyclingCache.cs
- PersonalizationProviderHelper.cs
- AsymmetricKeyExchangeDeformatter.cs
- ObjectReferenceStack.cs
- ControlLocalizer.cs
- SurrogateSelector.cs
- ResourceWriter.cs
- DataColumnCollection.cs
- FlowLayoutPanel.cs
- DbConnectionOptions.cs
- BindingManagerDataErrorEventArgs.cs
- BaseValidator.cs
- _ConnectStream.cs
- ViewPort3D.cs
- ChameleonKey.cs
- TableRow.cs
- View.cs
- AstTree.cs
- PropertyReferenceSerializer.cs
- ApplyImportsAction.cs
- ControlEvent.cs
- JournalEntryListConverter.cs
- GiveFeedbackEventArgs.cs
- TableLayoutSettings.cs
- wmiprovider.cs
- Int32KeyFrameCollection.cs
- SocketException.cs
- SqlHelper.cs
- ObjectDisposedException.cs
- BitmapCodecInfo.cs
- GeometryValueSerializer.cs
- DrawingVisualDrawingContext.cs
- DataGridViewCellStyleBuilderDialog.cs
- OleDbCommandBuilder.cs
- ServiceOperation.cs
- DataControlFieldHeaderCell.cs
- InlineUIContainer.cs
- ComponentResourceKeyConverter.cs
- ListViewCancelEventArgs.cs
- ListComponentEditor.cs
- NoneExcludedImageIndexConverter.cs
- ModelVisual3D.cs
- BlurBitmapEffect.cs
- DefaultAsyncDataDispatcher.cs
- Section.cs
- KnowledgeBase.cs
- BinaryObjectReader.cs
- StreamGeometryContext.cs
- RSAOAEPKeyExchangeFormatter.cs
- ColumnHeader.cs
- CapabilitiesState.cs
- COM2ExtendedBrowsingHandler.cs
- RepeatBehavior.cs
- PropertyChangingEventArgs.cs
- DeploymentSection.cs
- FullTrustAssembly.cs
- SweepDirectionValidation.cs
- ControlPaint.cs
- CharacterHit.cs
- InputLangChangeRequestEvent.cs
- ScriptManager.cs
- Subtree.cs
- MonikerBuilder.cs
- SmtpNegotiateAuthenticationModule.cs
- TabControlCancelEvent.cs
- SystemInformation.cs
- AsynchronousChannelMergeEnumerator.cs
- DocumentPageHost.cs
- PasswordBoxAutomationPeer.cs
- XmlTypeMapping.cs
- HandoffBehavior.cs
- HttpRuntime.cs
- PresentationTraceSources.cs
- DataGridViewLinkColumn.cs
- GeometryModel3D.cs
- Control.cs
- MembershipSection.cs
- CorrelationToken.cs
- NotImplementedException.cs
- HostingEnvironment.cs
- DataGridViewCheckBoxColumn.cs
- ValueTypeFixupInfo.cs
- COM2Properties.cs
- HandleCollector.cs
- ButtonBase.cs
- FrameworkPropertyMetadata.cs
- DataGridRelationshipRow.cs
- TracedNativeMethods.cs