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
- MinMaxParagraphWidth.cs
- DefaultClaimSet.cs
- AudioFileOut.cs
- HtmlTableCellCollection.cs
- IPEndPoint.cs
- CommonDialog.cs
- ProfileSettingsCollection.cs
- XamlFigureLengthSerializer.cs
- SqlColumnizer.cs
- MenuTracker.cs
- AsymmetricSignatureFormatter.cs
- WebBrowser.cs
- XmlArrayItemAttribute.cs
- Formatter.cs
- OAVariantLib.cs
- HtmlSelectionListAdapter.cs
- XsdValidatingReader.cs
- DetailsViewRow.cs
- HtmlTableRowCollection.cs
- NavigatorInput.cs
- EnglishPluralizationService.cs
- MDIControlStrip.cs
- EntityDescriptor.cs
- DirtyTextRange.cs
- GenericsInstances.cs
- ScheduleChanges.cs
- OutputCacheProfileCollection.cs
- TableLayoutPanelResizeGlyph.cs
- TabletDevice.cs
- CurrencyWrapper.cs
- OdbcRowUpdatingEvent.cs
- Hex.cs
- PeerHelpers.cs
- Single.cs
- MultiViewDesigner.cs
- Int32AnimationBase.cs
- StandardBindingImporter.cs
- wgx_exports.cs
- GacUtil.cs
- MessageSmuggler.cs
- EventWaitHandleSecurity.cs
- MembershipUser.cs
- ZipIOLocalFileHeader.cs
- PagerSettings.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- GPPOINT.cs
- OdbcConnectionString.cs
- StyleSheetDesigner.cs
- HWStack.cs
- CorrelationValidator.cs
- SecurityCriticalDataForSet.cs
- ManipulationCompletedEventArgs.cs
- HtmlTextArea.cs
- FilteredSchemaElementLookUpTable.cs
- FormClosedEvent.cs
- HostedImpersonationContext.cs
- LifetimeServices.cs
- TdsParserStateObject.cs
- ContextMenu.cs
- ISAPIRuntime.cs
- DoubleAnimation.cs
- DefaultAsyncDataDispatcher.cs
- List.cs
- BitArray.cs
- MetadataItemEmitter.cs
- PolyBezierSegmentFigureLogic.cs
- GradientStopCollection.cs
- Verify.cs
- XPathBinder.cs
- PageRouteHandler.cs
- EntityCommandDefinition.cs
- ServicesUtilities.cs
- AuthorizationSection.cs
- Types.cs
- HighlightVisual.cs
- DesignTimeSiteMapProvider.cs
- util.cs
- AnimationStorage.cs
- SafeRegistryHandle.cs
- SecurityManager.cs
- Converter.cs
- GridViewEditEventArgs.cs
- ContentOperations.cs
- DataGridViewRowsAddedEventArgs.cs
- UnaryExpression.cs
- ExpressionBindingsDialog.cs
- UnsettableComboBox.cs
- IisTraceWebEventProvider.cs
- CodeSnippetExpression.cs
- UrlAuthFailedErrorFormatter.cs
- _OSSOCK.cs
- CompareValidator.cs
- TransformerInfo.cs
- SqlConnection.cs
- OleDbErrorCollection.cs
- HeaderUtility.cs
- DesignerAdapterAttribute.cs
- WindowsGraphics.cs
- MatrixValueSerializer.cs
- UidManager.cs