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
- FunctionUpdateCommand.cs
- RemoteWebConfigurationHostServer.cs
- XmlArrayItemAttribute.cs
- PartBasedPackageProperties.cs
- RegexGroup.cs
- CustomTypeDescriptor.cs
- RegionIterator.cs
- WhileDesigner.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- HtmlString.cs
- MergePropertyDescriptor.cs
- ClientSponsor.cs
- WebContext.cs
- PeerNameRecordCollection.cs
- SqlRowUpdatingEvent.cs
- ReadContentAsBinaryHelper.cs
- XmlSchemaProviderAttribute.cs
- util.cs
- StorageEndPropertyMapping.cs
- DiscriminatorMap.cs
- MasterPageBuildProvider.cs
- _Events.cs
- ToolStripDropDownItemDesigner.cs
- ConvertBinder.cs
- ToolStripEditorManager.cs
- PackagingUtilities.cs
- PaintEvent.cs
- ToolboxItemCollection.cs
- TreeNodeEventArgs.cs
- ExecutionContext.cs
- RelatedImageListAttribute.cs
- CfgParser.cs
- TypefaceMap.cs
- WebServiceTypeData.cs
- EntityRecordInfo.cs
- DefinitionUpdate.cs
- ImmutableObjectAttribute.cs
- XmlBinaryWriter.cs
- GrammarBuilderRuleRef.cs
- SHA384.cs
- SessionStateModule.cs
- DataGridLengthConverter.cs
- SqlCacheDependencyDatabase.cs
- WeakHashtable.cs
- ListSortDescriptionCollection.cs
- FilteredDataSetHelper.cs
- StyleBamlRecordReader.cs
- ConnectionPoolManager.cs
- MobilePage.cs
- HtmlPageAdapter.cs
- _emptywebproxy.cs
- ToolStripRenderer.cs
- ScriptResourceInfo.cs
- DefaultTextStoreTextComposition.cs
- validationstate.cs
- CssTextWriter.cs
- SingletonInstanceContextProvider.cs
- Classification.cs
- DataRowExtensions.cs
- TemplateBindingExpressionConverter.cs
- SqlNodeAnnotations.cs
- ScriptingJsonSerializationSection.cs
- PathFigure.cs
- NamedPipeProcessProtocolHandler.cs
- RawContentTypeMapper.cs
- ApplicationProxyInternal.cs
- Color.cs
- ShaderRenderModeValidation.cs
- ElementMarkupObject.cs
- ManageRequest.cs
- XmlQueryCardinality.cs
- mediaclock.cs
- SecureUICommand.cs
- SecurityPolicySection.cs
- IChannel.cs
- ColumnResizeAdorner.cs
- NetworkInformationException.cs
- RangeValuePatternIdentifiers.cs
- xdrvalidator.cs
- DocobjHost.cs
- BeginCreateSecurityTokenRequest.cs
- PerformanceCounterManager.cs
- AdapterUtil.cs
- OleDbError.cs
- TypeDependencyAttribute.cs
- ShaperBuffers.cs
- RichTextBox.cs
- DataServiceQueryOfT.cs
- ConfigPathUtility.cs
- ConfigurationElement.cs
- HashHelper.cs
- BindValidator.cs
- ListControlConvertEventArgs.cs
- Graphics.cs
- PasswordTextNavigator.cs
- ContextBase.cs
- CookielessHelper.cs
- TCPListener.cs
- Int32AnimationBase.cs
- ForceCopyBuildProvider.cs