Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- SafeRightsManagementQueryHandle.cs
- ParameterToken.cs
- SourceItem.cs
- XmlDictionary.cs
- FixedPosition.cs
- PageRequestManager.cs
- ElementHost.cs
- SqlEnums.cs
- ControlIdConverter.cs
- LinqDataSourceHelper.cs
- PriorityQueue.cs
- XNameConverter.cs
- ArgumentsParser.cs
- ElementNotAvailableException.cs
- ToolboxItemCollection.cs
- BasicViewGenerator.cs
- DelegatedStream.cs
- DataGridPreparingCellForEditEventArgs.cs
- BinaryNode.cs
- HasActivatableWorkflowEvent.cs
- Stopwatch.cs
- OdbcUtils.cs
- XPathItem.cs
- SqlUnionizer.cs
- Matrix.cs
- FatalException.cs
- WriteFileContext.cs
- SendMailErrorEventArgs.cs
- DataGridCommandEventArgs.cs
- Root.cs
- XPathAncestorQuery.cs
- XsltException.cs
- RouteItem.cs
- SelectionService.cs
- Pointer.cs
- InputBinding.cs
- OdbcConnectionOpen.cs
- WebRequest.cs
- EventLogPermissionEntry.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- PerformanceCounterLib.cs
- OleDbConnectionFactory.cs
- WindowsStatusBar.cs
- PreviousTrackingServiceAttribute.cs
- DataSetMappper.cs
- BindingNavigatorDesigner.cs
- GenericAuthenticationEventArgs.cs
- ViewStateModeByIdAttribute.cs
- XamlSerializerUtil.cs
- ToolStripStatusLabel.cs
- TypedElement.cs
- FormatControl.cs
- TargetInvocationException.cs
- Equal.cs
- CompiledQuery.cs
- Win32Native.cs
- XmlDataProvider.cs
- XamlRtfConverter.cs
- DefaultPropertyAttribute.cs
- PropertyEmitterBase.cs
- EncoderNLS.cs
- AssemblyEvidenceFactory.cs
- XmlHierarchyData.cs
- DbProviderFactories.cs
- WebMessageEncoderFactory.cs
- WinFormsUtils.cs
- TypeExtension.cs
- dbenumerator.cs
- BitmapData.cs
- WindowsFormsEditorServiceHelper.cs
- DataContractSet.cs
- StandardMenuStripVerb.cs
- BindingList.cs
- FigureParagraph.cs
- TreeIterator.cs
- AuthenticationModulesSection.cs
- Win32SafeHandles.cs
- CharStorage.cs
- StaticResourceExtension.cs
- SqlMethodCallConverter.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- Tokenizer.cs
- DataSourceSelectArguments.cs
- PointAnimationUsingKeyFrames.cs
- ContainerVisual.cs
- InputMethodStateTypeInfo.cs
- FixedSOMTable.cs
- AutomationProperty.cs
- TableRowGroup.cs
- InternalUserCancelledException.cs
- XmlNode.cs
- DiscoveryEndpointValidator.cs
- AsyncStreamReader.cs
- ContainerControlDesigner.cs
- PolicyValidationException.cs
- ContentHostHelper.cs
- DeviceContext2.cs
- MatchAttribute.cs
- RSAPKCS1KeyExchangeFormatter.cs
- DiffuseMaterial.cs