Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlSchemaNotation.cs
- FlowDocumentReader.cs
- ScrollItemPattern.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- InputBinder.cs
- CaseInsensitiveComparer.cs
- XmlUTF8TextReader.cs
- Compilation.cs
- HttpCapabilitiesBase.cs
- DataGridTableCollection.cs
- LayoutInformation.cs
- InterleavedZipPartStream.cs
- VirtualPathUtility.cs
- Type.cs
- SafeCryptContextHandle.cs
- ArrayConverter.cs
- DllNotFoundException.cs
- EditModeSwitchButton.cs
- SortedDictionary.cs
- ImageMapEventArgs.cs
- Win32Native.cs
- EventLogPermissionEntryCollection.cs
- UpnEndpointIdentity.cs
- ProfilePropertySettings.cs
- CalculatedColumn.cs
- Subtree.cs
- CodeAttachEventStatement.cs
- DesignTimeTemplateParser.cs
- ManualResetEvent.cs
- MenuEventArgs.cs
- DispatcherExceptionFilterEventArgs.cs
- PropertyHelper.cs
- TransportBindingElement.cs
- ComplexType.cs
- KoreanCalendar.cs
- DockProviderWrapper.cs
- Stack.cs
- KeyValueSerializer.cs
- OdbcReferenceCollection.cs
- EventBuilder.cs
- LocalizableAttribute.cs
- SafeLibraryHandle.cs
- BitStream.cs
- SingleAnimationBase.cs
- IdentityNotMappedException.cs
- InternalEnumValidatorAttribute.cs
- ToolStripItemRenderEventArgs.cs
- TimerElapsedEvenArgs.cs
- ForEachAction.cs
- SystemResources.cs
- SBCSCodePageEncoding.cs
- RoleService.cs
- DBCSCodePageEncoding.cs
- NumberFormatInfo.cs
- ReadWriteObjectLock.cs
- DelegatingMessage.cs
- UnauthorizedWebPart.cs
- BitStack.cs
- SQLInt16.cs
- querybuilder.cs
- HandlerFactoryWrapper.cs
- Identity.cs
- NonNullItemCollection.cs
- DataBindingHandlerAttribute.cs
- SqlParameterCollection.cs
- FormViewInsertEventArgs.cs
- Set.cs
- TitleStyle.cs
- XamlReader.cs
- WriterOutput.cs
- MarkedHighlightComponent.cs
- ComponentCache.cs
- HttpStaticObjectsCollectionWrapper.cs
- SqlTypesSchemaImporter.cs
- GroupItemAutomationPeer.cs
- webclient.cs
- PartialClassGenerationTask.cs
- MDIWindowDialog.cs
- DateTimeStorage.cs
- XPathQilFactory.cs
- RadioButtonPopupAdapter.cs
- SoapDocumentServiceAttribute.cs
- AsymmetricSignatureFormatter.cs
- xmlsaver.cs
- XmlSerializerSection.cs
- Stack.cs
- MeasureData.cs
- EngineSite.cs
- HttpSysSettings.cs
- MembershipPasswordException.cs
- HelpProvider.cs
- IconBitmapDecoder.cs
- ObjectIDGenerator.cs
- XmlEncodedRawTextWriter.cs
- IntSecurity.cs
- UiaCoreTypesApi.cs
- ObjectCache.cs
- DecoratedNameAttribute.cs
- PointF.cs
- MasterPageBuildProvider.cs