Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaRedefine.cs / 1 / XmlSchemaRedefine.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaRedefine : XmlSchemaExternal {
XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
XmlSchemaObjectTable attributeGroups = new XmlSchemaObjectTable();
XmlSchemaObjectTable types = new XmlSchemaObjectTable();
XmlSchemaObjectTable groups = new XmlSchemaObjectTable();
///
///
/// [To be supplied.]
///
public XmlSchemaRedefine() {
Compositor = Compositor.Redefine;
}
///
///
/// [To be supplied.]
///
[XmlElement("annotation", typeof(XmlSchemaAnnotation)),
XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)),
XmlElement("complexType", typeof(XmlSchemaComplexType)),
XmlElement("group", typeof(XmlSchemaGroup)),
XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
public XmlSchemaObjectCollection Items {
get { return items; }
}
///
///
/// [To be supplied.]
///
[XmlIgnore]
public XmlSchemaObjectTable AttributeGroups {
get { return attributeGroups; }
}
///
///
/// [To be supplied.]
///
[XmlIgnore]
public XmlSchemaObjectTable SchemaTypes {
get { return types; }
}
///
///
/// [To be supplied.]
///
[XmlIgnore]
public XmlSchemaObjectTable Groups {
get { return groups; }
}
internal override void AddAnnotation(XmlSchemaAnnotation annotation) {
items.Add(annotation);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaRedefine : XmlSchemaExternal {
XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
XmlSchemaObjectTable attributeGroups = new XmlSchemaObjectTable();
XmlSchemaObjectTable types = new XmlSchemaObjectTable();
XmlSchemaObjectTable groups = new XmlSchemaObjectTable();
///
///
/// [To be supplied.]
///
public XmlSchemaRedefine() {
Compositor = Compositor.Redefine;
}
///
///
/// [To be supplied.]
///
[XmlElement("annotation", typeof(XmlSchemaAnnotation)),
XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)),
XmlElement("complexType", typeof(XmlSchemaComplexType)),
XmlElement("group", typeof(XmlSchemaGroup)),
XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
public XmlSchemaObjectCollection Items {
get { return items; }
}
///
///
/// [To be supplied.]
///
[XmlIgnore]
public XmlSchemaObjectTable AttributeGroups {
get { return attributeGroups; }
}
///
///
/// [To be supplied.]
///
[XmlIgnore]
public XmlSchemaObjectTable SchemaTypes {
get { return types; }
}
///
///
/// [To be supplied.]
///
[XmlIgnore]
public XmlSchemaObjectTable Groups {
get { return groups; }
}
internal override void AddAnnotation(XmlSchemaAnnotation annotation) {
items.Add(annotation);
}
}
}
// 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
- DynamicControlParameter.cs
- XmlILStorageConverter.cs
- MenuItemStyle.cs
- MsmqNonTransactedPoisonHandler.cs
- IsolationInterop.cs
- FileLoadException.cs
- ExpressionNormalizer.cs
- LoginDesignerUtil.cs
- DesignerSerializationManager.cs
- NumberSubstitution.cs
- GeneralTransform3DTo2D.cs
- UICuesEvent.cs
- WebRequest.cs
- TreeNodeCollectionEditor.cs
- GlobalizationSection.cs
- RSACryptoServiceProvider.cs
- EntityConnectionStringBuilder.cs
- OverlappedAsyncResult.cs
- FontStyle.cs
- TcpTransportSecurityElement.cs
- DataViewSetting.cs
- StylusLogic.cs
- DATA_BLOB.cs
- OutputCacheProviderCollection.cs
- RelationshipConverter.cs
- Debug.cs
- RawAppCommandInputReport.cs
- WebProxyScriptElement.cs
- TagMapCollection.cs
- DesignerExtenders.cs
- IApplicationTrustManager.cs
- EntityDataSourceMemberPath.cs
- FileChangesMonitor.cs
- TemplateControlCodeDomTreeGenerator.cs
- HtmlAnchor.cs
- RelationalExpressions.cs
- MtomMessageEncodingBindingElement.cs
- JavaScriptObjectDeserializer.cs
- XmlSiteMapProvider.cs
- SaveFileDialog.cs
- Version.cs
- TextSchema.cs
- WaitHandle.cs
- Win32Interop.cs
- EventTrigger.cs
- Utils.cs
- PrintController.cs
- PeerPresenceInfo.cs
- Operator.cs
- CustomAttributeBuilder.cs
- CharEntityEncoderFallback.cs
- UnsafeNativeMethodsMilCoreApi.cs
- DataGridHeaderBorder.cs
- PropertyEmitter.cs
- _TLSstream.cs
- DataSourceConverter.cs
- HttpModuleAction.cs
- RenderingEventArgs.cs
- ButtonStandardAdapter.cs
- Bold.cs
- ExeContext.cs
- COM2ComponentEditor.cs
- Speller.cs
- PointLightBase.cs
- SqlDataSourceEnumerator.cs
- _ListenerRequestStream.cs
- SessionIDManager.cs
- TCEAdapterGenerator.cs
- ToolStripRenderer.cs
- SemanticResolver.cs
- DetailsViewDeletedEventArgs.cs
- XmlCharacterData.cs
- EventManager.cs
- DetailsViewInsertEventArgs.cs
- SeverityFilter.cs
- RegistryConfigurationProvider.cs
- SmiRecordBuffer.cs
- FrameworkObject.cs
- RegexRunner.cs
- Method.cs
- ExitEventArgs.cs
- ValidatorAttribute.cs
- FontEmbeddingManager.cs
- ToolStripContentPanel.cs
- DataMemberConverter.cs
- DbProviderFactoriesConfigurationHandler.cs
- xsdvalidator.cs
- AutomationPattern.cs
- BaseValidator.cs
- VirtualDirectoryMapping.cs
- XslTransform.cs
- MatrixTransform.cs
- SqlFileStream.cs
- NativeMethodsOther.cs
- PackageRelationshipCollection.cs
- PartialArray.cs
- InternalEnumValidatorAttribute.cs
- DataGridHelper.cs
- TemplateControlCodeDomTreeGenerator.cs
- CompatibleIComparer.cs