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 / XmlSchemaComplexContentRestriction.cs / 1 / 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
- Html32TextWriter.cs
- BitmapVisualManager.cs
- IsolatedStorageFile.cs
- _CacheStreams.cs
- KeyValuePair.cs
- ExpressionBuilderCollection.cs
- ModifierKeysValueSerializer.cs
- PointLight.cs
- XmlArrayItemAttribute.cs
- DataGridColumnFloatingHeader.cs
- RoleManagerSection.cs
- CounterSetInstance.cs
- DecimalFormatter.cs
- EndpointReference.cs
- WeakReadOnlyCollection.cs
- DataGridViewColumnStateChangedEventArgs.cs
- EncoderExceptionFallback.cs
- PieceNameHelper.cs
- UIElementIsland.cs
- ValueTable.cs
- ByteAnimation.cs
- TextEditorThreadLocalStore.cs
- IsolatedStorage.cs
- ToolStripManager.cs
- PropertyGridEditorPart.cs
- WebPartConnectionsCloseVerb.cs
- CoreSwitches.cs
- ContextQuery.cs
- OracleConnectionStringBuilder.cs
- SortableBindingList.cs
- LineServicesCallbacks.cs
- TrustLevelCollection.cs
- WsdlInspector.cs
- DataListCommandEventArgs.cs
- WsiProfilesElementCollection.cs
- ListViewInsertedEventArgs.cs
- ToolboxItemFilterAttribute.cs
- ColumnHeader.cs
- GeometryDrawing.cs
- PropertyGrid.cs
- ChildrenQuery.cs
- ApplicationSecurityManager.cs
- Decorator.cs
- OrderingQueryOperator.cs
- Expr.cs
- ExpressionBuilderContext.cs
- OletxResourceManager.cs
- Model3D.cs
- DbProviderFactoriesConfigurationHandler.cs
- Domain.cs
- InputEventArgs.cs
- EmptyStringExpandableObjectConverter.cs
- NumberAction.cs
- XmlSchemaFacet.cs
- IFlowDocumentViewer.cs
- NameTable.cs
- DataGridAutoFormatDialog.cs
- XmlUtil.cs
- DataGridState.cs
- EntitySqlException.cs
- HandleRef.cs
- IdSpace.cs
- LabelTarget.cs
- DesignerMetadata.cs
- UnauthorizedWebPart.cs
- SafeBitVector32.cs
- IsolatedStorageFile.cs
- Panel.cs
- PtsCache.cs
- KnowledgeBase.cs
- CompositeDataBoundControl.cs
- SamlAudienceRestrictionCondition.cs
- BookmarkEventArgs.cs
- InvokePatternIdentifiers.cs
- StylusDownEventArgs.cs
- ResourceReferenceExpressionConverter.cs
- InfoCardCryptoHelper.cs
- DocComment.cs
- BrushConverter.cs
- BindingMAnagerBase.cs
- ControlCachePolicy.cs
- ColumnBinding.cs
- XPathException.cs
- StyleModeStack.cs
- InteropAutomationProvider.cs
- TextContainerChangeEventArgs.cs
- ThicknessAnimationUsingKeyFrames.cs
- RuntimeVariablesExpression.cs
- WindowsGraphicsWrapper.cs
- PowerStatus.cs
- QueryConverter.cs
- DependentTransaction.cs
- InlineUIContainer.cs
- SignatureDescription.cs
- SplayTreeNode.cs
- DeviceSpecific.cs
- StrokeRenderer.cs
- PreloadHost.cs
- CrossContextChannel.cs
- ApplicationId.cs