Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- MergePropertyDescriptor.cs
- SelectionWordBreaker.cs
- InvalidDataException.cs
- BaseCodeDomTreeGenerator.cs
- Size.cs
- VBIdentifierName.cs
- PerformanceCounterPermission.cs
- Icon.cs
- SystemIPv4InterfaceProperties.cs
- SelectedDatesCollection.cs
- AdapterDictionary.cs
- CombinedGeometry.cs
- PageHandlerFactory.cs
- ArgumentException.cs
- TabPanel.cs
- PrivateFontCollection.cs
- DPTypeDescriptorContext.cs
- ContentPropertyAttribute.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- SQLChars.cs
- NativeMethods.cs
- Util.cs
- Column.cs
- XmlSchemaChoice.cs
- SqlBulkCopyColumnMappingCollection.cs
- XmlRawWriter.cs
- GlobalizationSection.cs
- FontStretch.cs
- StrokeFIndices.cs
- SqlGenericUtil.cs
- TrackBar.cs
- Span.cs
- AuthenticationManager.cs
- StreamProxy.cs
- GAC.cs
- ServiceModelSectionGroup.cs
- BufferedReadStream.cs
- DataServiceRequestException.cs
- FontCollection.cs
- MemberDescriptor.cs
- TypeListConverter.cs
- ModelItemCollectionImpl.cs
- MetadataItem.cs
- httpapplicationstate.cs
- WebConfigurationHostFileChange.cs
- BamlRecordReader.cs
- XsdSchemaFileEditor.cs
- WindowsMenu.cs
- XmlSchemaComplexType.cs
- CopyOfAction.cs
- TypedElement.cs
- SystemDropShadowChrome.cs
- SettingsAttributes.cs
- BinaryFormatterWriter.cs
- SubMenuStyle.cs
- StructureChangedEventArgs.cs
- PropertyRecord.cs
- RegexWorker.cs
- MouseActionValueSerializer.cs
- ReservationCollection.cs
- ScheduleChanges.cs
- DragEvent.cs
- webclient.cs
- OutArgument.cs
- DictionaryBase.cs
- XmlAttributes.cs
- ResourceSet.cs
- CodeTypeParameter.cs
- TreeNodeSelectionProcessor.cs
- TextComposition.cs
- TableItemPattern.cs
- NamespaceDisplay.xaml.cs
- ChineseLunisolarCalendar.cs
- XmlDigitalSignatureProcessor.cs
- MimeObjectFactory.cs
- Paragraph.cs
- FormViewUpdateEventArgs.cs
- ZipPackagePart.cs
- PageBuildProvider.cs
- Rijndael.cs
- AddIn.cs
- Positioning.cs
- AdapterDictionary.cs
- ISFClipboardData.cs
- BufferModesCollection.cs
- AssertFilter.cs
- State.cs
- VersionValidator.cs
- Matrix.cs
- StrongNameIdentityPermission.cs
- EntityProxyFactory.cs
- TypeValidationEventArgs.cs
- Compiler.cs
- InvalidateEvent.cs
- MultipleFilterMatchesException.cs
- Sql8ConformanceChecker.cs
- glyphs.cs
- RegexRunner.cs
- SerialPort.cs
- LogWriteRestartAreaState.cs