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
- precedingquery.cs
- RequestCacheValidator.cs
- MethodCallTranslator.cs
- PropertyGridView.cs
- Highlights.cs
- HtmlEncodedRawTextWriter.cs
- PropertyGridEditorPart.cs
- CapabilitiesRule.cs
- SqlLiftIndependentRowExpressions.cs
- MouseCaptureWithinProperty.cs
- TableParagraph.cs
- Rotation3D.cs
- WebBrowserEvent.cs
- DictionaryGlobals.cs
- MarshalByValueComponent.cs
- SortKey.cs
- NetSectionGroup.cs
- AsymmetricSignatureDeformatter.cs
- PointAnimationBase.cs
- ProxyGenerator.cs
- ToolStripItemTextRenderEventArgs.cs
- RequestQueue.cs
- UrlPath.cs
- PrimitiveList.cs
- SqlDataSource.cs
- CompatibleIComparer.cs
- LocalizedNameDescriptionPair.cs
- XmlObjectSerializerContext.cs
- XsltCompileContext.cs
- RecordBuilder.cs
- ActivityMetadata.cs
- PolicyStatement.cs
- ChtmlTextBoxAdapter.cs
- SiteMapNodeCollection.cs
- Transform3DGroup.cs
- Compilation.cs
- WindowsSidIdentity.cs
- ResourceReferenceKeyNotFoundException.cs
- dbdatarecord.cs
- DetailsViewAutoFormat.cs
- DataObjectCopyingEventArgs.cs
- List.cs
- FileRecordSequenceCompletedAsyncResult.cs
- HtmlInputCheckBox.cs
- FtpCachePolicyElement.cs
- DynamicILGenerator.cs
- DataGridPageChangedEventArgs.cs
- DrawingBrush.cs
- WebPartConnectionCollection.cs
- StylusPointDescription.cs
- HtmlInputImage.cs
- MessageEncoder.cs
- CodeDirectionExpression.cs
- ConsoleKeyInfo.cs
- SqlUtil.cs
- BaseTreeIterator.cs
- PolicyManager.cs
- RegisteredArrayDeclaration.cs
- TextEncodedRawTextWriter.cs
- SQLResource.cs
- MetaChildrenColumn.cs
- RegexInterpreter.cs
- SystemIPInterfaceProperties.cs
- HandleTable.cs
- RegularExpressionValidator.cs
- Row.cs
- LayoutEngine.cs
- TextContainerChangeEventArgs.cs
- SchemaImporter.cs
- ScanQueryOperator.cs
- Base64Encoder.cs
- SurrogateChar.cs
- Vector3DAnimation.cs
- Stacktrace.cs
- TimeSpanFormat.cs
- WarningException.cs
- DBParameter.cs
- ColumnBinding.cs
- ControlLocalizer.cs
- SoapInteropTypes.cs
- altserialization.cs
- messageonlyhwndwrapper.cs
- RoleService.cs
- DistinctQueryOperator.cs
- SessionState.cs
- FixedTextView.cs
- HeaderElement.cs
- DesignBindingPropertyDescriptor.cs
- PropertyIDSet.cs
- ArrayConverter.cs
- Freezable.cs
- WebServiceMethodData.cs
- LazyTextWriterCreator.cs
- BaseDataBoundControl.cs
- LinqDataSourceStatusEventArgs.cs
- Model3D.cs
- MatrixValueSerializer.cs
- VirtualizingPanel.cs
- AutoGeneratedField.cs
- ArglessEventHandlerProxy.cs