Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContentRestriction.cs / 1305376 / XmlSchemaComplexContentRestriction.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaComplexContentRestriction : 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 XmlSchemaComplexContentRestriction : 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
- AutomationPropertyInfo.cs
- PictureBox.cs
- ImmComposition.cs
- BooleanToVisibilityConverter.cs
- Soap.cs
- InlineUIContainer.cs
- TextCompositionEventArgs.cs
- BrowserCapabilitiesFactoryBase.cs
- DetailsViewDeletedEventArgs.cs
- Tokenizer.cs
- OracleFactory.cs
- ProcessManager.cs
- metadatamappinghashervisitor.cs
- ConfigXmlAttribute.cs
- WebPartUtil.cs
- RuntimeConfigLKG.cs
- ClientSettingsSection.cs
- XmlCharCheckingReader.cs
- RegexCaptureCollection.cs
- ContextMarshalException.cs
- ControlBuilder.cs
- VScrollProperties.cs
- EnumerableRowCollection.cs
- EntityDataSourceWrapperCollection.cs
- MissingFieldException.cs
- JsonEnumDataContract.cs
- ImplicitInputBrush.cs
- WebPartConnectionsConnectVerb.cs
- EventLogHandle.cs
- BoolExpr.cs
- ComponentResourceKey.cs
- ResourceDisplayNameAttribute.cs
- IgnoreFileBuildProvider.cs
- DBConnection.cs
- Html32TextWriter.cs
- InheritanceService.cs
- MenuItem.cs
- SqlDependencyListener.cs
- TypedColumnHandler.cs
- XmlCharType.cs
- BindingExpressionBase.cs
- StringUtil.cs
- SecurityToken.cs
- MediaContext.cs
- TextRangeEdit.cs
- DynamicValueConverter.cs
- DataGridViewComboBoxEditingControl.cs
- RtfToken.cs
- WebServiceClientProxyGenerator.cs
- CodeSnippetTypeMember.cs
- TPLETWProvider.cs
- rsa.cs
- HttpClientChannel.cs
- SafeEventLogWriteHandle.cs
- WebBrowserEvent.cs
- DataControlLinkButton.cs
- DataControlButton.cs
- BitmapImage.cs
- ListViewGroup.cs
- SqlPersonalizationProvider.cs
- RowBinding.cs
- Rotation3DAnimation.cs
- XmlTypeMapping.cs
- WindowsListViewItemStartMenu.cs
- CannotUnloadAppDomainException.cs
- SHA256Cng.cs
- FormsAuthenticationTicket.cs
- Int64AnimationBase.cs
- Serializer.cs
- COM2Properties.cs
- DataObject.cs
- WebPartEditorCancelVerb.cs
- XmlElementAttribute.cs
- ProfileBuildProvider.cs
- ScriptBehaviorDescriptor.cs
- IconConverter.cs
- DbExpressionVisitor_TResultType.cs
- WindowsStatusBar.cs
- Light.cs
- MenuEventArgs.cs
- VoiceChangeEventArgs.cs
- Stylesheet.cs
- Visual3D.cs
- ResourcesBuildProvider.cs
- CacheMemory.cs
- XmlSchemaCollection.cs
- ConfigurationSectionGroupCollection.cs
- DesignSurfaceEvent.cs
- FontDriver.cs
- EntityDescriptor.cs
- DATA_BLOB.cs
- SystemFonts.cs
- InputScopeNameConverter.cs
- ToolStripItemDesigner.cs
- ChannelDispatcherBase.cs
- TransactionProxy.cs
- StandardBindingOptionalReliableSessionElement.cs
- SmiConnection.cs
- AssemblyEvidenceFactory.cs
- Int32Collection.cs