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
- ProfileProvider.cs
- SqlColumnizer.cs
- InstanceDescriptor.cs
- OracleTimeSpan.cs
- ApplicationSecurityManager.cs
- RegexTree.cs
- DataSvcMapFile.cs
- PolicyChain.cs
- XmlNamespaceManager.cs
- DynamicDocumentPaginator.cs
- NumericPagerField.cs
- ToolBarButton.cs
- NumericUpDown.cs
- DeobfuscatingStream.cs
- MulticastDelegate.cs
- TreeNode.cs
- BoolExpression.cs
- Attributes.cs
- EventLogEntry.cs
- FillRuleValidation.cs
- DrawingAttributes.cs
- TypeForwardedToAttribute.cs
- HistoryEventArgs.cs
- ProcessModelSection.cs
- JsonFormatReaderGenerator.cs
- IdlingCommunicationPool.cs
- MarkupCompilePass1.cs
- StreamUpdate.cs
- XPathDescendantIterator.cs
- GenericEnumerator.cs
- FlowDocumentPaginator.cs
- ExpandCollapseProviderWrapper.cs
- _UriSyntax.cs
- EventHandlerList.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- ClaimSet.cs
- EasingFunctionBase.cs
- OrthographicCamera.cs
- KeyManager.cs
- DrawListViewColumnHeaderEventArgs.cs
- ServiceDocument.cs
- XmlSchemaComplexContentRestriction.cs
- XmlComment.cs
- MessageParameterAttribute.cs
- PointCollection.cs
- EntityTransaction.cs
- RegisteredScript.cs
- DefaultProxySection.cs
- HttpPostedFileBase.cs
- PersonalizationAdministration.cs
- IDispatchConstantAttribute.cs
- StickyNoteContentControl.cs
- WebBrowserContainer.cs
- EditorZoneBase.cs
- CompareValidator.cs
- ClassicBorderDecorator.cs
- XmlHierarchicalDataSourceView.cs
- PreservationFileReader.cs
- OracleInternalConnection.cs
- SynchronizingStream.cs
- ArrangedElementCollection.cs
- ExpressionBuilder.cs
- ColumnResult.cs
- Fault.cs
- QueryContinueDragEvent.cs
- LayoutTable.cs
- InvalidDataContractException.cs
- SafeFindHandle.cs
- TypefaceCollection.cs
- securitycriticaldataClass.cs
- TreeNodeEventArgs.cs
- XLinq.cs
- HelpEvent.cs
- ObjectDataSourceDisposingEventArgs.cs
- ResourceDictionary.cs
- FixedSOMPage.cs
- login.cs
- AuthenticateEventArgs.cs
- FileDialog.cs
- Style.cs
- XamlStyleSerializer.cs
- PropertyConverter.cs
- Queue.cs
- ArithmeticException.cs
- PageMediaType.cs
- FixedSOMPage.cs
- CollectionViewGroup.cs
- DefaultParameterValueAttribute.cs
- Page.cs
- FormsAuthenticationUser.cs
- DataFormats.cs
- RenderingEventArgs.cs
- SQlBooleanStorage.cs
- InitializationEventAttribute.cs
- PenThread.cs
- ItemsControl.cs
- EventLog.cs
- DictionaryBase.cs
- webclient.cs
- BindingValueChangedEventArgs.cs