Code:
/ DotNET / DotNET / 8.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
- HotCommands.cs
- BooleanStorage.cs
- ConfigurationManagerInternalFactory.cs
- DesignerWebPartChrome.cs
- EditorBrowsableAttribute.cs
- TextRunTypographyProperties.cs
- TypeUsageBuilder.cs
- SqlCommandSet.cs
- ThumbButtonInfo.cs
- HttpCapabilitiesBase.cs
- LocationSectionRecord.cs
- CrossSiteScriptingValidation.cs
- EndpointPerformanceCounters.cs
- ControlTemplate.cs
- ReturnType.cs
- WindowInteractionStateTracker.cs
- FontWeightConverter.cs
- XMLUtil.cs
- EpmHelper.cs
- VoiceChangeEventArgs.cs
- DrawingAttributeSerializer.cs
- BinaryMethodMessage.cs
- ADRoleFactory.cs
- KeyedHashAlgorithm.cs
- PackWebRequestFactory.cs
- RemoteHelper.cs
- BigInt.cs
- DesignerOptionService.cs
- SocketException.cs
- CompatibleComparer.cs
- CLRBindingWorker.cs
- SqlConnectionPoolGroupProviderInfo.cs
- CopyAttributesAction.cs
- _BasicClient.cs
- DesignerTransactionCloseEvent.cs
- TextElementCollectionHelper.cs
- BlockCollection.cs
- SmiEventSink_DeferedProcessing.cs
- CryptoApi.cs
- ListViewItemMouseHoverEvent.cs
- TreeNodeStyleCollection.cs
- MonthChangedEventArgs.cs
- PerfCounters.cs
- SafeMemoryMappedViewHandle.cs
- CategoryValueConverter.cs
- ConfigUtil.cs
- FormViewPageEventArgs.cs
- GridViewActionList.cs
- OwnerDrawPropertyBag.cs
- dtdvalidator.cs
- ELinqQueryState.cs
- CustomCredentialPolicy.cs
- SemaphoreFullException.cs
- MimeWriter.cs
- VisualCollection.cs
- XmlIlTypeHelper.cs
- GifBitmapDecoder.cs
- RankException.cs
- ThemeableAttribute.cs
- UserCancellationException.cs
- MetadataSource.cs
- RadioButton.cs
- ToolStripDropDownMenu.cs
- XPathItem.cs
- ToolboxComponentsCreatingEventArgs.cs
- HtmlFormParameterWriter.cs
- XmlBinaryReader.cs
- DesignerHelpers.cs
- RectConverter.cs
- AdapterUtil.cs
- FileRecordSequenceCompletedAsyncResult.cs
- PermissionSetTriple.cs
- Substitution.cs
- UpDownEvent.cs
- VectorValueSerializer.cs
- FilteredReadOnlyMetadataCollection.cs
- RawStylusActions.cs
- RadioButtonPopupAdapter.cs
- RelationshipNavigation.cs
- PersonalizationEntry.cs
- CorrelationRequestContext.cs
- Rectangle.cs
- RichTextBox.cs
- OperandQuery.cs
- ConfigViewGenerator.cs
- TreeNodeStyle.cs
- DataSourceControlBuilder.cs
- ValidationEventArgs.cs
- TimeSpanConverter.cs
- BadImageFormatException.cs
- IChannel.cs
- ExpandCollapsePattern.cs
- CustomValidator.cs
- HeaderUtility.cs
- ServicePointManagerElement.cs
- HtmlProps.cs
- InternalSafeNativeMethods.cs
- BadImageFormatException.cs
- HwndSubclass.cs
- RTLAwareMessageBox.cs