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
- DataListItemEventArgs.cs
- DrawingContext.cs
- UserThread.cs
- IdentityManager.cs
- Enumerable.cs
- MenuItem.cs
- AttributeParameterInfo.cs
- ProviderUtil.cs
- StateMachineTimers.cs
- FileRecordSequence.cs
- UndoManager.cs
- SqlOuterApplyReducer.cs
- QuaternionAnimation.cs
- XdrBuilder.cs
- ProfileGroupSettings.cs
- ReachDocumentReferenceCollectionSerializer.cs
- NumericUpDownAccelerationCollection.cs
- MarginCollapsingState.cs
- PersistencePipeline.cs
- Transform3D.cs
- CacheMemory.cs
- PathStreamGeometryContext.cs
- CodePropertyReferenceExpression.cs
- PixelFormatConverter.cs
- BufferBuilder.cs
- XmlQueryRuntime.cs
- CapiNative.cs
- GenerateTemporaryTargetAssembly.cs
- SystemIcmpV4Statistics.cs
- ItemsPresenter.cs
- ConfigurationValidatorAttribute.cs
- WorkflowOperationFault.cs
- WebBrowserPermission.cs
- ClockGroup.cs
- GridViewColumn.cs
- RuntimeEnvironment.cs
- webproxy.cs
- CompilerGeneratedAttribute.cs
- PointF.cs
- TypedAsyncResult.cs
- AvTraceFormat.cs
- Decimal.cs
- ElementMarkupObject.cs
- CodeExpressionStatement.cs
- SchemaMapping.cs
- InlineUIContainer.cs
- ReflectionHelper.cs
- Metafile.cs
- FlowNode.cs
- Vector.cs
- SafeHandles.cs
- MgmtConfigurationRecord.cs
- DataGridViewRowCancelEventArgs.cs
- ZoneButton.cs
- Pair.cs
- sqlser.cs
- HandlerBase.cs
- MD5.cs
- Form.cs
- CompressedStack.cs
- CodeAttributeArgument.cs
- Stack.cs
- Quaternion.cs
- __Error.cs
- InstanceData.cs
- XmlArrayItemAttribute.cs
- EasingKeyFrames.cs
- UriTemplateCompoundPathSegment.cs
- UnsafeNativeMethods.cs
- OutOfMemoryException.cs
- GeometryDrawing.cs
- EntityDataSourceContainerNameConverter.cs
- BaseCollection.cs
- VirtualPath.cs
- TreeNodeStyleCollection.cs
- DataGridViewLinkCell.cs
- Geometry.cs
- Choices.cs
- ThreadSafeList.cs
- ConnectionsZoneAutoFormat.cs
- GridEntry.cs
- AttributeData.cs
- TextChangedEventArgs.cs
- MULTI_QI.cs
- HttpDictionary.cs
- Quaternion.cs
- TypefaceMap.cs
- HwndMouseInputProvider.cs
- WebRequestModuleElement.cs
- CookieParameter.cs
- ProgressBarRenderer.cs
- FontSourceCollection.cs
- PeerApplicationLaunchInfo.cs
- EditorPartChrome.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- HtmlPanelAdapter.cs
- ServiceEndpoint.cs
- DoubleStorage.cs
- XPathMultyIterator.cs
- BaseTemplatedMobileComponentEditor.cs