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
- Walker.cs
- ObjectDataSourceMethodEventArgs.cs
- PropertyGridView.cs
- IsolatedStorageFileStream.cs
- WebPartMenuStyle.cs
- ScriptReference.cs
- MetadataItemSerializer.cs
- CheckBoxList.cs
- QuadraticBezierSegment.cs
- AccessDataSourceWizardForm.cs
- Aggregates.cs
- LocalizationComments.cs
- Encoder.cs
- UInt64Converter.cs
- CaseInsensitiveOrdinalStringComparer.cs
- OracleParameterBinding.cs
- NotImplementedException.cs
- ItemCheckEvent.cs
- DbConnectionPoolOptions.cs
- RefreshEventArgs.cs
- Slider.cs
- CryptographicAttribute.cs
- MediaSystem.cs
- DataTrigger.cs
- FileUtil.cs
- EnvironmentPermission.cs
- MultidimensionalArrayItemReference.cs
- MemoryStream.cs
- Selection.cs
- Misc.cs
- DetailsViewPagerRow.cs
- DetailsViewModeEventArgs.cs
- ValueSerializerAttribute.cs
- ObjectPersistData.cs
- TransformerTypeCollection.cs
- EntityDataSourceMemberPath.cs
- InvalidProgramException.cs
- OpenTypeLayout.cs
- EditorPartChrome.cs
- SeekableReadStream.cs
- DataGridViewCellFormattingEventArgs.cs
- HierarchicalDataTemplate.cs
- XmlSchemaAttributeGroupRef.cs
- ProviderUtil.cs
- RijndaelManaged.cs
- ConsoleCancelEventArgs.cs
- ImageListImageEditor.cs
- ProgressBar.cs
- ConfigurationStrings.cs
- SettingsSection.cs
- WebEvents.cs
- ExtractCollection.cs
- Maps.cs
- CultureInfoConverter.cs
- SByteStorage.cs
- MediaPlayerState.cs
- PathSegment.cs
- Int64Animation.cs
- XPathParser.cs
- PeerContact.cs
- XPathNodeHelper.cs
- FunctionMappingTranslator.cs
- AppDomainAttributes.cs
- DeadCharTextComposition.cs
- RadioButtonBaseAdapter.cs
- SeekableReadStream.cs
- TypeDependencyAttribute.cs
- IgnoreSection.cs
- WindowsTab.cs
- DesignerOptionService.cs
- DataRelationCollection.cs
- SQLDouble.cs
- StreamDocument.cs
- WorkflowServiceOperationListItem.cs
- HtmlTableRowCollection.cs
- SystemUnicastIPAddressInformation.cs
- SevenBitStream.cs
- CertificateReferenceElement.cs
- XamlWriter.cs
- ResumeStoryboard.cs
- AppDomainProtocolHandler.cs
- QilIterator.cs
- OperatingSystem.cs
- StickyNoteHelper.cs
- NameValuePair.cs
- OracleBoolean.cs
- DataTable.cs
- LinkButton.cs
- ViewUtilities.cs
- AllMembershipCondition.cs
- XmlSerializerVersionAttribute.cs
- CorrelationManager.cs
- FlowDocumentPage.cs
- XmlILIndex.cs
- ClonableStack.cs
- AlgoModule.cs
- Geometry.cs
- SchemaLookupTable.cs
- MemoryFailPoint.cs
- Rfc2898DeriveBytes.cs