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
- RepeatBehaviorConverter.cs
- SpecularMaterial.cs
- TTSEvent.cs
- Shape.cs
- Expressions.cs
- ClusterSafeNativeMethods.cs
- DirectoryObjectSecurity.cs
- NavigationPropertyEmitter.cs
- StateBag.cs
- EnumerableRowCollectionExtensions.cs
- EdmPropertyAttribute.cs
- EndPoint.cs
- ISFClipboardData.cs
- SecurityContext.cs
- ZoomPercentageConverter.cs
- XmlComment.cs
- ECDiffieHellmanCng.cs
- DataServiceQueryContinuation.cs
- ConnectionInterfaceCollection.cs
- WorkflowRuntimeService.cs
- DataGridRowClipboardEventArgs.cs
- DefaultDialogButtons.cs
- AdCreatedEventArgs.cs
- ColumnProvider.cs
- ListViewGroupConverter.cs
- PeerCredential.cs
- wgx_exports.cs
- MultilineStringEditor.cs
- RuntimeConfig.cs
- FragmentQuery.cs
- ResourceContainer.cs
- TextParagraphView.cs
- BinaryHeap.cs
- MetabaseServerConfig.cs
- TextEffect.cs
- ThreadInterruptedException.cs
- StringSource.cs
- AdRotatorDesigner.cs
- TextReader.cs
- CodeRemoveEventStatement.cs
- NamespaceInfo.cs
- DataServiceEntityAttribute.cs
- XmlnsDictionary.cs
- BindingGraph.cs
- SqlExpander.cs
- DataKeyCollection.cs
- XmlDataSource.cs
- EntitySetDataBindingList.cs
- WebEventCodes.cs
- WindowsStartMenu.cs
- InvalidComObjectException.cs
- DbMetaDataCollectionNames.cs
- Parameter.cs
- Trace.cs
- DataControlImageButton.cs
- RuntimeArgumentHandle.cs
- HelloOperationCD1AsyncResult.cs
- Matrix3D.cs
- SQLDecimalStorage.cs
- StringValidator.cs
- SecureConversationSecurityTokenParameters.cs
- SqlWebEventProvider.cs
- sqlcontext.cs
- ConfigUtil.cs
- DefaultValueAttribute.cs
- TextDecoration.cs
- DoubleLinkList.cs
- WebServiceParameterData.cs
- CodeRemoveEventStatement.cs
- TreeNodeMouseHoverEvent.cs
- InkCanvasAutomationPeer.cs
- ToolStripRenderEventArgs.cs
- WindowsFormsSynchronizationContext.cs
- XmlnsDictionary.cs
- XamlReaderHelper.cs
- TdsRecordBufferSetter.cs
- CacheDependency.cs
- ProcessInputEventArgs.cs
- XamlTreeBuilder.cs
- QilName.cs
- DataGridCellsPanel.cs
- ValuePattern.cs
- LongAverageAggregationOperator.cs
- Sql8ConformanceChecker.cs
- _WinHttpWebProxyDataBuilder.cs
- SmiContext.cs
- HtmlElementCollection.cs
- WebPartConnectionsEventArgs.cs
- RealProxy.cs
- SelectedPathEditor.cs
- HTTPAPI_VERSION.cs
- ToolStripSplitStackLayout.cs
- PrintEvent.cs
- SystemPens.cs
- ParameterElementCollection.cs
- BitmapPalette.cs
- FacetValues.cs
- SecurityException.cs
- Gdiplus.cs
- ValidatingReaderNodeData.cs