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;
///
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InstanceStoreQueryResult.cs
- SoapEnvelopeProcessingElement.cs
- HttpServerVarsCollection.cs
- InkCanvas.cs
- XPathBinder.cs
- MailDefinition.cs
- DataConnectionHelper.cs
- _TransmitFileOverlappedAsyncResult.cs
- Monitor.cs
- Currency.cs
- UseAttributeSetsAction.cs
- ComponentEditorForm.cs
- SoapElementAttribute.cs
- InlinedAggregationOperatorEnumerator.cs
- ListenerSingletonConnectionReader.cs
- DataColumnPropertyDescriptor.cs
- EdmTypeAttribute.cs
- PolygonHotSpot.cs
- GeneralTransformCollection.cs
- FrameworkObject.cs
- X509Certificate.cs
- BackgroundWorker.cs
- ReadOnlyDictionary.cs
- DocumentSequence.cs
- SupportsPreviewControlAttribute.cs
- ConsumerConnectionPointCollection.cs
- UnionCodeGroup.cs
- OracleBinary.cs
- DocumentationServerProtocol.cs
- EncryptedKeyHashIdentifierClause.cs
- InkCanvasAutomationPeer.cs
- Timer.cs
- Site.cs
- CodeRegionDirective.cs
- AsyncCompletedEventArgs.cs
- IChannel.cs
- MatchAttribute.cs
- TextChange.cs
- FreezableOperations.cs
- InvalidOleVariantTypeException.cs
- CompositeCollectionView.cs
- InitialServerConnectionReader.cs
- ResourceAttributes.cs
- ArcSegment.cs
- ValueChangedEventManager.cs
- PerCallInstanceContextProvider.cs
- SelectingProviderEventArgs.cs
- WindowInteropHelper.cs
- RootDesignerSerializerAttribute.cs
- PartDesigner.cs
- WorkflowMarkupSerializerMapping.cs
- SHA256Managed.cs
- Faults.cs
- SmtpDigestAuthenticationModule.cs
- CharEntityEncoderFallback.cs
- SqlGenericUtil.cs
- ListViewAutomationPeer.cs
- XmlSchemaSimpleContent.cs
- infer.cs
- SettingsPropertyNotFoundException.cs
- SetStoryboardSpeedRatio.cs
- precedingsibling.cs
- Vector3D.cs
- Page.cs
- XMLUtil.cs
- BaseDataBoundControl.cs
- DataKeyCollection.cs
- SerializableAuthorizationContext.cs
- CollectionDataContract.cs
- MultiPageTextView.cs
- TimersDescriptionAttribute.cs
- ScopelessEnumAttribute.cs
- WebBrowser.cs
- IndexedGlyphRun.cs
- TcpStreams.cs
- DoubleUtil.cs
- SetMemberBinder.cs
- XamlWrappingReader.cs
- TokenCreationException.cs
- ReflectionTypeLoadException.cs
- FormViewModeEventArgs.cs
- CngUIPolicy.cs
- WindowInteractionStateTracker.cs
- CachedRequestParams.cs
- _StreamFramer.cs
- SmtpCommands.cs
- DbDataReader.cs
- AssemblyCollection.cs
- DbLambda.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- BindingCompleteEventArgs.cs
- ResXBuildProvider.cs
- ResourceManager.cs
- SlipBehavior.cs
- Error.cs
- log.cs
- GenericTextProperties.cs
- DataSvcMapFileSerializer.cs
- _HeaderInfoTable.cs
- ViewBox.cs