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
- KnownAssembliesSet.cs
- DataGridColumnReorderingEventArgs.cs
- ObjectViewEntityCollectionData.cs
- Fault.cs
- CheckBoxRenderer.cs
- ClientSettingsSection.cs
- LocatorGroup.cs
- DbTransaction.cs
- FusionWrap.cs
- arclist.cs
- SyntaxCheck.cs
- BufferBuilder.cs
- TextStore.cs
- FontSizeConverter.cs
- XmlSerializationReader.cs
- BinaryMessageFormatter.cs
- SpecularMaterial.cs
- Pick.cs
- StreamAsIStream.cs
- DockAndAnchorLayout.cs
- UIElement3DAutomationPeer.cs
- TimestampInformation.cs
- Size.cs
- Internal.cs
- OdbcPermission.cs
- StylusPlugin.cs
- PageAction.cs
- rsa.cs
- GridViewUpdateEventArgs.cs
- TextModifier.cs
- ConfigurationValidatorBase.cs
- HttpProfileBase.cs
- PartitionedStream.cs
- SmtpSection.cs
- ChtmlTextWriter.cs
- PagedControl.cs
- WebPartChrome.cs
- WindowsToolbar.cs
- TransformCollection.cs
- EmptyTextWriter.cs
- WebPart.cs
- XPathPatternBuilder.cs
- CalloutQueueItem.cs
- DesignerSerializationOptionsAttribute.cs
- CustomGrammar.cs
- SystemColors.cs
- CommandArguments.cs
- WebPartMenuStyle.cs
- Vector3D.cs
- NativeMethods.cs
- GetPageCompletedEventArgs.cs
- XmlDocumentSchema.cs
- SafeMarshalContext.cs
- SizeAnimationUsingKeyFrames.cs
- MenuItemCollectionEditorDialog.cs
- ADMembershipProvider.cs
- ObjectIDGenerator.cs
- Group.cs
- _SecureChannel.cs
- DbConnectionFactory.cs
- ReadOnlyHierarchicalDataSourceView.cs
- XmlILIndex.cs
- InternalResources.cs
- Assert.cs
- DataGridHyperlinkColumn.cs
- WSHttpBinding.cs
- MailSettingsSection.cs
- ApplicationException.cs
- FileStream.cs
- SerializationInfoEnumerator.cs
- ChooseAction.cs
- DefaultTextStoreTextComposition.cs
- Completion.cs
- SqlDataSourceSelectingEventArgs.cs
- ScrollBarRenderer.cs
- Section.cs
- ProjectionPruner.cs
- Suspend.cs
- TimerExtension.cs
- SimpleModelProvider.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- Compiler.cs
- EncoderFallback.cs
- Content.cs
- TreeViewEvent.cs
- LocalizabilityAttribute.cs
- HtmlFormWrapper.cs
- ToolStripDropDownDesigner.cs
- ListBoxAutomationPeer.cs
- RepeaterDesigner.cs
- TransactionScope.cs
- QueryFunctions.cs
- TemplateBindingExpression.cs
- BitmapFrameEncode.cs
- HtmlGenericControl.cs
- MissingMethodException.cs
- Thickness.cs
- FastPropertyAccessor.cs
- HuffCodec.cs
- DataGridViewRow.cs