Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- CategoryValueConverter.cs
- ListViewItemEventArgs.cs
- JsonObjectDataContract.cs
- Int32CollectionConverter.cs
- StyleSheetComponentEditor.cs
- AttachedPropertiesService.cs
- BrowserCapabilitiesFactoryBase.cs
- ActiveXSerializer.cs
- VariantWrapper.cs
- SecurityDescriptor.cs
- FunctionQuery.cs
- StringStorage.cs
- DbLambda.cs
- HTTPNotFoundHandler.cs
- DrawingCollection.cs
- ResourceProviderFactory.cs
- PropertyTab.cs
- NetStream.cs
- PermissionSetEnumerator.cs
- sqlmetadatafactory.cs
- FixUp.cs
- Menu.cs
- FixedSOMPageElement.cs
- UniqueID.cs
- QueryCursorEventArgs.cs
- ScrollPattern.cs
- InsufficientMemoryException.cs
- KeyInfo.cs
- SystemParameters.cs
- PageBuildProvider.cs
- PropertyManager.cs
- Listbox.cs
- GridViewRowCollection.cs
- SqlProviderUtilities.cs
- RelatedImageListAttribute.cs
- updatecommandorderer.cs
- RecordsAffectedEventArgs.cs
- AppDomainManager.cs
- ActiveDocumentEvent.cs
- ManagementOptions.cs
- HandlerMappingMemo.cs
- HashAlgorithm.cs
- ExpressionVisitor.cs
- NamespaceQuery.cs
- DescriptionAttribute.cs
- TextChangedEventArgs.cs
- RTLAwareMessageBox.cs
- SqlBinder.cs
- BindStream.cs
- Int32RectConverter.cs
- TextBoxView.cs
- CopyAttributesAction.cs
- AdapterUtil.cs
- HttpHandlerAction.cs
- TextEndOfSegment.cs
- DataObjectAttribute.cs
- XmlCompatibilityReader.cs
- GlobalAclOperationRequirement.cs
- Validator.cs
- XmlDataDocument.cs
- Int32CollectionValueSerializer.cs
- SiteMapProvider.cs
- InterleavedZipPartStream.cs
- SectionXmlInfo.cs
- CodeExporter.cs
- HttpContext.cs
- FontDialog.cs
- Int32KeyFrameCollection.cs
- StartUpEventArgs.cs
- HMACSHA1.cs
- RawStylusSystemGestureInputReport.cs
- CreateUserWizard.cs
- METAHEADER.cs
- Int32Storage.cs
- ParallelTimeline.cs
- ClassGenerator.cs
- RowsCopiedEventArgs.cs
- TreeWalkHelper.cs
- SafeSerializationManager.cs
- precedingquery.cs
- EditorAttribute.cs
- StateDesigner.cs
- DiscoveryVersion.cs
- XmlSchemaInclude.cs
- FontInfo.cs
- AspNetSynchronizationContext.cs
- ComponentGlyph.cs
- TCPListener.cs
- ScrollBar.cs
- XmlSecureResolver.cs
- SetStoryboardSpeedRatio.cs
- DynamicResourceExtensionConverter.cs
- ResourceDictionary.cs
- ConfigUtil.cs
- Int64KeyFrameCollection.cs
- DispatcherHookEventArgs.cs
- CreateUserWizardAutoFormat.cs
- EnumBuilder.cs
- GridViewRowPresenter.cs
- RMEnrollmentPage1.cs