Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- Clipboard.cs
- ButtonBase.cs
- OutputCacheSettingsSection.cs
- Comparer.cs
- WebPartRestoreVerb.cs
- BaseValidator.cs
- WmlLabelAdapter.cs
- BitmapDecoder.cs
- followingsibling.cs
- FieldDescriptor.cs
- DbDataAdapter.cs
- XmlConvert.cs
- WsdlBuildProvider.cs
- NameValueCollection.cs
- OperationInvokerBehavior.cs
- ToolStripDropDownMenu.cs
- SchemaNames.cs
- NavigatorOutput.cs
- ObjectNotFoundException.cs
- EntityDataSourceContainerNameConverter.cs
- WebHeaderCollection.cs
- SystemBrushes.cs
- ParameterModifier.cs
- XmlSchemaGroupRef.cs
- QilXmlReader.cs
- IxmlLineInfo.cs
- ClientReliableChannelBinder.cs
- RelationshipDetailsRow.cs
- DesignerDataView.cs
- StateDesigner.CommentLayoutGlyph.cs
- Vector3dCollection.cs
- WebResourceAttribute.cs
- BaseAutoFormat.cs
- SynchronizedInputHelper.cs
- WebScriptMetadataFormatter.cs
- IndexingContentUnit.cs
- XmlSerializerNamespaces.cs
- DashStyle.cs
- MenuCommands.cs
- util.cs
- DbDataRecord.cs
- SrgsItemList.cs
- securitycriticaldataformultiplegetandset.cs
- ControlBindingsCollection.cs
- ImageSource.cs
- IntSecurity.cs
- QueryableDataSourceEditData.cs
- ModelProperty.cs
- DataViewListener.cs
- TextBoxLine.cs
- ErrorInfoXmlDocument.cs
- UmAlQuraCalendar.cs
- GridViewRowCollection.cs
- SmiRecordBuffer.cs
- DynamicRendererThreadManager.cs
- StringStorage.cs
- HighlightComponent.cs
- SafeReadContext.cs
- RSAProtectedConfigurationProvider.cs
- XPathNodeList.cs
- CustomErrorsSectionWrapper.cs
- assertwrapper.cs
- ResourcePermissionBase.cs
- XmlDataLoader.cs
- HttpHandlerAction.cs
- HttpRequestCacheValidator.cs
- ChannelManager.cs
- VectorConverter.cs
- ValidationPropertyAttribute.cs
- ReadOnlyPropertyMetadata.cs
- EventLogEntry.cs
- HTMLTagNameToTypeMapper.cs
- RegexCompilationInfo.cs
- EndGetFileNameFromUserRequest.cs
- HostTimeoutsElement.cs
- FormViewModeEventArgs.cs
- FormViewPageEventArgs.cs
- ResourceDescriptionAttribute.cs
- Utils.cs
- AppDomainEvidenceFactory.cs
- RawStylusInputCustomData.cs
- XmlLinkedNode.cs
- MobileUserControlDesigner.cs
- RolePrincipal.cs
- DataGridViewSelectedRowCollection.cs
- Resources.Designer.cs
- IndividualDeviceConfig.cs
- RequestBringIntoViewEventArgs.cs
- HMACSHA512.cs
- DefaultParameterValueAttribute.cs
- DSACryptoServiceProvider.cs
- LayoutSettings.cs
- PageSettings.cs
- DecimalFormatter.cs
- QilInvoke.cs
- AlignmentXValidation.cs
- RenderDataDrawingContext.cs
- CredentialCache.cs
- XmlQueryTypeFactory.cs
- UnmanagedMemoryAccessor.cs