Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContentExtension.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KnowledgeBase.cs
- SchemaTableOptionalColumn.cs
- UnaryExpression.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- TaskFormBase.cs
- EntityObject.cs
- SizeKeyFrameCollection.cs
- SafeProcessHandle.cs
- BamlCollectionHolder.cs
- CodeMemberField.cs
- CodeArrayCreateExpression.cs
- ItemMap.cs
- FormCollection.cs
- EmptyStringExpandableObjectConverter.cs
- EventManager.cs
- OutKeywords.cs
- ResourceContainer.cs
- Icon.cs
- DetailsViewRowCollection.cs
- SystemWebExtensionsSectionGroup.cs
- ListSourceHelper.cs
- CodeCommentStatement.cs
- LockedActivityGlyph.cs
- _NegoStream.cs
- AccessViolationException.cs
- Stroke2.cs
- StorageMappingItemLoader.cs
- OracleInfoMessageEventArgs.cs
- IntPtr.cs
- OdbcInfoMessageEvent.cs
- serverconfig.cs
- WindowsFormsHelpers.cs
- KeyValuePair.cs
- DefaultSection.cs
- BooleanStorage.cs
- ColorIndependentAnimationStorage.cs
- GeneralTransform2DTo3DTo2D.cs
- AsymmetricKeyExchangeDeformatter.cs
- WebPartZone.cs
- VisualTarget.cs
- GorillaCodec.cs
- Int16Converter.cs
- DynamicResourceExtensionConverter.cs
- BuildResult.cs
- SuppressIldasmAttribute.cs
- ScriptServiceAttribute.cs
- OAVariantLib.cs
- DoubleKeyFrameCollection.cs
- NavigationWindowAutomationPeer.cs
- ObjectDataSourceFilteringEventArgs.cs
- OAVariantLib.cs
- MultiBindingExpression.cs
- ErrorFormatterPage.cs
- ImageFormat.cs
- XmlStringTable.cs
- Enlistment.cs
- DirtyTextRange.cs
- ChangePassword.cs
- Encoder.cs
- WebMessageFormatHelper.cs
- CLSCompliantAttribute.cs
- SqlInternalConnectionTds.cs
- BaseAsyncResult.cs
- DesignerOptions.cs
- ObjectDataSourceDisposingEventArgs.cs
- PropertyValueChangedEvent.cs
- BulletedList.cs
- RequestCache.cs
- FixedDocumentSequencePaginator.cs
- HttpPostProtocolImporter.cs
- InlinedAggregationOperatorEnumerator.cs
- Header.cs
- Int16Converter.cs
- DynamicUpdateCommand.cs
- SliderAutomationPeer.cs
- ClientSideProviderDescription.cs
- DispatcherTimer.cs
- FormViewCommandEventArgs.cs
- Scene3D.cs
- OutOfProcStateClientManager.cs
- ServiceOperation.cs
- DBPropSet.cs
- CodeCatchClauseCollection.cs
- ManipulationDeltaEventArgs.cs
- RemotingServices.cs
- TimelineClockCollection.cs
- MergePropertyDescriptor.cs
- XslAstAnalyzer.cs
- DocumentsTrace.cs
- GenericTextProperties.cs
- TextLine.cs
- ChangesetResponse.cs
- SelectedGridItemChangedEvent.cs
- CoreSwitches.cs
- xsdvalidator.cs
- StructuralType.cs
- ScriptDescriptor.cs
- TreeIterators.cs
- IisTraceListener.cs
- CompositeControl.cs