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
- ApplicationActivator.cs
- UnicastIPAddressInformationCollection.cs
- ThemeDirectoryCompiler.cs
- ArgumentException.cs
- ListControl.cs
- IntegerValidatorAttribute.cs
- BidPrivateBase.cs
- TreeView.cs
- InvariantComparer.cs
- DataGridViewRowsAddedEventArgs.cs
- PageTheme.cs
- XPathCompiler.cs
- ObjectMaterializedEventArgs.cs
- TextServicesDisplayAttribute.cs
- ActivityBuilderHelper.cs
- DriveInfo.cs
- ClientUrlResolverWrapper.cs
- SizeChangedInfo.cs
- PreservationFileWriter.cs
- SoapReflectionImporter.cs
- BinaryFormatter.cs
- CallbackException.cs
- Globals.cs
- ApplicationDirectory.cs
- ConstraintEnumerator.cs
- ResponseStream.cs
- SafeBitVector32.cs
- LayoutEvent.cs
- SRDisplayNameAttribute.cs
- VirtualDirectoryMappingCollection.cs
- UnsafeNativeMethods.cs
- XmlRawWriter.cs
- EntityReference.cs
- GlyphShapingProperties.cs
- ComponentCommands.cs
- ApplicationManager.cs
- IERequestCache.cs
- BaseCodePageEncoding.cs
- OperationPerformanceCounters.cs
- basecomparevalidator.cs
- TimeBoundedCache.cs
- ToolStripMenuItem.cs
- HtmlControlDesigner.cs
- ForeignKeyFactory.cs
- HttpContext.cs
- IndexerNameAttribute.cs
- KnownTypes.cs
- XPathNavigator.cs
- OneOfScalarConst.cs
- AssemblyCache.cs
- ImpersonateTokenRef.cs
- ReadContentAsBinaryHelper.cs
- HostingEnvironmentSection.cs
- ByteRangeDownloader.cs
- GeometryGroup.cs
- ContentPosition.cs
- SolidBrush.cs
- ExtensionDataObject.cs
- ToolStripItemImageRenderEventArgs.cs
- AnnotationService.cs
- Pkcs9Attribute.cs
- IPGlobalProperties.cs
- AstTree.cs
- OleDbPropertySetGuid.cs
- ScrollItemPattern.cs
- COM2ComponentEditor.cs
- ColorInterpolationModeValidation.cs
- FreezableOperations.cs
- util.cs
- NameValuePermission.cs
- EdmError.cs
- MimeTypeMapper.cs
- WebServiceEnumData.cs
- ValueType.cs
- FontEditor.cs
- OdbcErrorCollection.cs
- WebBrowserBase.cs
- DecoderExceptionFallback.cs
- KeyValueConfigurationElement.cs
- SystemUnicastIPAddressInformation.cs
- ProfessionalColorTable.cs
- StreamUpgradeInitiator.cs
- SemaphoreFullException.cs
- TypeDescriptionProvider.cs
- PingReply.cs
- SupportingTokenParameters.cs
- HttpRequestCacheValidator.cs
- PagesSection.cs
- SmtpCommands.cs
- WebScriptClientGenerator.cs
- TryExpression.cs
- SeparatorAutomationPeer.cs
- ExceptionHelpers.cs
- FontNamesConverter.cs
- ReachDocumentReferenceCollectionSerializer.cs
- Thread.cs
- ConsoleCancelEventArgs.cs
- QueryOptionExpression.cs
- AutoGeneratedFieldProperties.cs
- ElementHost.cs