Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- WebPartDisplayMode.cs
- EntityContainerAssociationSet.cs
- X509Extension.cs
- IPAddressCollection.cs
- dsa.cs
- PointLightBase.cs
- OleDbRowUpdatedEvent.cs
- NamedPipeTransportSecurityElement.cs
- StatusBarItemAutomationPeer.cs
- GreaterThanOrEqual.cs
- DataSourceDescriptorCollection.cs
- ArraySortHelper.cs
- CryptoConfig.cs
- FontStretch.cs
- XmlDocument.cs
- StickyNoteHelper.cs
- WebPartMenuStyle.cs
- ZoomPercentageConverter.cs
- DataGridHeaderBorder.cs
- DetailsViewInsertEventArgs.cs
- MasterPageBuildProvider.cs
- TextEmbeddedObject.cs
- ReferenceSchema.cs
- TogglePattern.cs
- SingleConverter.cs
- CharUnicodeInfo.cs
- BooleanToVisibilityConverter.cs
- TileBrush.cs
- XmlTypeAttribute.cs
- ParameterExpression.cs
- ValidatorCollection.cs
- WebPartsSection.cs
- Lasso.cs
- UnsafeNativeMethods.cs
- SchemaTableOptionalColumn.cs
- BitmapEffect.cs
- OSFeature.cs
- AppSettingsSection.cs
- ResourceReader.cs
- SQLMoney.cs
- GridItemPatternIdentifiers.cs
- PageBuildProvider.cs
- LinqDataSourceUpdateEventArgs.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- MetadataException.cs
- InputLangChangeRequestEvent.cs
- AssemblyContextControlItem.cs
- DiagnosticsConfiguration.cs
- HwndProxyElementProvider.cs
- CreateParams.cs
- PrimitiveSchema.cs
- ToolStripContainer.cs
- EventLogPermissionEntry.cs
- TemplatedAdorner.cs
- BasicSecurityProfileVersion.cs
- GroupQuery.cs
- HtmlElementEventArgs.cs
- TimeSpanFormat.cs
- SoapAttributes.cs
- GetPolicyDetailsRequest.cs
- TextServicesCompartmentContext.cs
- AggregateException.cs
- DesignRelation.cs
- ErrorFormatterPage.cs
- TreeViewItem.cs
- FtpWebResponse.cs
- Baml2006SchemaContext.cs
- Module.cs
- DbProviderFactories.cs
- PrimitiveCodeDomSerializer.cs
- SerializableAttribute.cs
- CalloutQueueItem.cs
- Solver.cs
- XmlValidatingReaderImpl.cs
- SmiRequestExecutor.cs
- InputLanguageCollection.cs
- FakeModelItemImpl.cs
- sqlnorm.cs
- ListItemCollection.cs
- TimeIntervalCollection.cs
- PreloadedPackages.cs
- Model3D.cs
- StorageComplexTypeMapping.cs
- BamlResourceSerializer.cs
- ValidatingReaderNodeData.cs
- TimeSpanSecondsConverter.cs
- Debugger.cs
- VariableAction.cs
- XmlSchemaSubstitutionGroup.cs
- EntityDataSourceDesignerHelper.cs
- OdbcConnectionHandle.cs
- Ray3DHitTestResult.cs
- CodeArgumentReferenceExpression.cs
- WindowsIPAddress.cs
- RtfNavigator.cs
- SynchronizationLockException.cs
- HttpCookie.cs
- LogEntryHeaderv1Deserializer.cs
- InputLangChangeEvent.cs
- DefaultProfileManager.cs