Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaRedefine.cs / 1305376 / 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
- LineProperties.cs
- CryptoProvider.cs
- TemplateLookupAction.cs
- SqlRewriteScalarSubqueries.cs
- AccessDataSourceDesigner.cs
- BinaryCommonClasses.cs
- CollectionViewGroup.cs
- SecurityRuntime.cs
- VariantWrapper.cs
- List.cs
- HtmlLink.cs
- AsyncOperation.cs
- StrokeNodeData.cs
- MethodExecutor.cs
- AssertSection.cs
- CatalogZone.cs
- PropertyDescriptor.cs
- TextModifierScope.cs
- FactoryRecord.cs
- MediaElement.cs
- FormsAuthenticationTicket.cs
- SemaphoreFullException.cs
- BoolExpression.cs
- ThrowHelper.cs
- ToolZoneDesigner.cs
- SessionStateModule.cs
- SocketPermission.cs
- WindowsButton.cs
- Italic.cs
- DecoderExceptionFallback.cs
- Int16Storage.cs
- GeneratedContractType.cs
- TargetException.cs
- OutputCacheProfileCollection.cs
- KnownTypeHelper.cs
- StretchValidation.cs
- Block.cs
- StringWriter.cs
- dsa.cs
- CommonProperties.cs
- XmlSerializerSection.cs
- HttpConfigurationContext.cs
- WeakReferenceEnumerator.cs
- RegexWriter.cs
- StandardCommands.cs
- TreeViewImageIndexConverter.cs
- XmlSchemaSimpleContent.cs
- SystemUdpStatistics.cs
- CheckBoxList.cs
- Popup.cs
- ResXBuildProvider.cs
- ProviderCollection.cs
- FragmentQueryKB.cs
- DependencyPropertyValueSerializer.cs
- DocumentPageViewAutomationPeer.cs
- RangeValueProviderWrapper.cs
- SafeFileMapViewHandle.cs
- DrawItemEvent.cs
- OptionalColumn.cs
- BooleanStorage.cs
- ColorMatrix.cs
- WmlValidationSummaryAdapter.cs
- Baml2006SchemaContext.cs
- BitmapCodecInfo.cs
- Models.cs
- X509UI.cs
- XmlUTF8TextWriter.cs
- LabelLiteral.cs
- BuildProviderCollection.cs
- EntityContainer.cs
- ValuePatternIdentifiers.cs
- RequestChannel.cs
- MaskPropertyEditor.cs
- GeneralTransformGroup.cs
- MiniModule.cs
- CompressStream.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- ManagedWndProcTracker.cs
- FormsAuthenticationTicket.cs
- ApplicationBuildProvider.cs
- ComContractElementCollection.cs
- DiagnosticsConfiguration.cs
- Literal.cs
- ReadOnlyHierarchicalDataSourceView.cs
- DashStyles.cs
- IncomingWebResponseContext.cs
- WindowsSysHeader.cs
- DocumentProperties.cs
- FontStretch.cs
- FloaterParagraph.cs
- AuthenticationConfig.cs
- Pool.cs
- DispatcherObject.cs
- counter.cs
- CalloutQueueItem.cs
- ColorInterpolationModeValidation.cs
- IntranetCredentialPolicy.cs
- WinFormsComponentEditor.cs
- HandlerFactoryWrapper.cs
- GetLedgerEntryForRecipientRequest.cs