Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaComplexContentRestriction.cs / 1 / XmlSchemaComplexContentRestriction.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaComplexContentRestriction : 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 XmlSchemaComplexContentRestriction : 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
- WebServiceHost.cs
- HttpAsyncResult.cs
- CleanUpVirtualizedItemEventArgs.cs
- Util.cs
- LineServicesCallbacks.cs
- SelectionItemPattern.cs
- WmlPageAdapter.cs
- DataBoundControlAdapter.cs
- XmlNodeComparer.cs
- SignatureHelper.cs
- CallSite.cs
- AdornerDecorator.cs
- LinkLabel.cs
- ScriptServiceAttribute.cs
- AdRotator.cs
- DataGridViewSelectedCellCollection.cs
- OdbcDataAdapter.cs
- SimpleHandlerFactory.cs
- TraceSection.cs
- Condition.cs
- XdrBuilder.cs
- WindowsTooltip.cs
- PropertyDescriptorCollection.cs
- BufferModeSettings.cs
- RawStylusActions.cs
- SignedInfo.cs
- DSACryptoServiceProvider.cs
- Content.cs
- MasterPageCodeDomTreeGenerator.cs
- XslNumber.cs
- EndPoint.cs
- GlobalProxySelection.cs
- MemberJoinTreeNode.cs
- PropertyTabAttribute.cs
- FileDataSourceCache.cs
- XmlSchemaObjectTable.cs
- XmlWrappingWriter.cs
- TreeNodeCollectionEditor.cs
- ProcessHostMapPath.cs
- FactoryId.cs
- BasicSecurityProfileVersion.cs
- smtpconnection.cs
- DiscoveryServerProtocol.cs
- DataControlLinkButton.cs
- RevocationPoint.cs
- CompositeFontParser.cs
- File.cs
- CommandBindingCollection.cs
- WebPartVerbCollection.cs
- CssTextWriter.cs
- SynchronizedPool.cs
- XPathDocumentIterator.cs
- DataBoundControlAdapter.cs
- Style.cs
- CallbackValidatorAttribute.cs
- PathParser.cs
- LayoutExceptionEventArgs.cs
- Directory.cs
- ActivityDesigner.cs
- DbConnectionPoolGroup.cs
- returneventsaver.cs
- formatstringdialog.cs
- XmlnsDefinitionAttribute.cs
- DataGridViewCellValueEventArgs.cs
- ToolStripRenderer.cs
- TextFormatterHost.cs
- DesignerForm.cs
- PathGradientBrush.cs
- OutOfMemoryException.cs
- GenerateScriptTypeAttribute.cs
- DropShadowBitmapEffect.cs
- OrderedDictionaryStateHelper.cs
- ProviderConnectionPointCollection.cs
- Subset.cs
- BitmapEffectGroup.cs
- WindowsTitleBar.cs
- NativeCompoundFileAPIs.cs
- EdmEntityTypeAttribute.cs
- _OSSOCK.cs
- CompositeCollectionView.cs
- relpropertyhelper.cs
- XappLauncher.cs
- PaginationProgressEventArgs.cs
- XmlSchemaObjectTable.cs
- DesignerObjectListAdapter.cs
- IISMapPath.cs
- DateTimeFormatInfo.cs
- ArgumentFixer.cs
- HostingPreferredMapPath.cs
- NetSectionGroup.cs
- X509UI.cs
- FixedTextContainer.cs
- UserPreferenceChangedEventArgs.cs
- UndoEngine.cs
- OracleConnectionStringBuilder.cs
- NumericExpr.cs
- IndentTextWriter.cs
- RightsManagementInformation.cs
- StandardCommands.cs
- WebUtil.cs