Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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.
//
// [....]
//-----------------------------------------------------------------------------
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
- Point3DCollection.cs
- ClientFormsAuthenticationCredentials.cs
- Root.cs
- TextChange.cs
- ImageListStreamer.cs
- DynamicRendererThreadManager.cs
- BooleanStorage.cs
- ObjectItemCollection.cs
- FaultHandlingFilter.cs
- HttpInputStream.cs
- ThemeableAttribute.cs
- WebContext.cs
- CancellableEnumerable.cs
- LineSegment.cs
- _Semaphore.cs
- ADRoleFactoryConfiguration.cs
- MTConfigUtil.cs
- EntityTransaction.cs
- SelectionWordBreaker.cs
- HtmlMeta.cs
- FileRegion.cs
- ScriptManager.cs
- HiddenFieldPageStatePersister.cs
- SessionEndingCancelEventArgs.cs
- ping.cs
- EmptyImpersonationContext.cs
- ErrorItem.cs
- PointIndependentAnimationStorage.cs
- RotateTransform.cs
- AffineTransform3D.cs
- SubqueryRules.cs
- WebBrowser.cs
- DateTime.cs
- PaintValueEventArgs.cs
- _CacheStreams.cs
- DataControlLinkButton.cs
- Command.cs
- CodeRemoveEventStatement.cs
- ContentType.cs
- HierarchicalDataSourceDesigner.cs
- DefaultAsyncDataDispatcher.cs
- XmlSchemaValidator.cs
- WindowsUpDown.cs
- MonthChangedEventArgs.cs
- ConnectionInterfaceCollection.cs
- SqlErrorCollection.cs
- HandlerFactoryCache.cs
- XmlSchemaSequence.cs
- QilChoice.cs
- CompiledXpathExpr.cs
- ChildrenQuery.cs
- PopOutPanel.cs
- FileChangesMonitor.cs
- AppDomainManager.cs
- HTMLTextWriter.cs
- InstancePersistenceCommand.cs
- EastAsianLunisolarCalendar.cs
- DeploymentExceptionMapper.cs
- DebugView.cs
- Certificate.cs
- HWStack.cs
- SystemUdpStatistics.cs
- AggregatePushdown.cs
- ScriptRef.cs
- MappingModelBuildProvider.cs
- PlanCompilerUtil.cs
- Function.cs
- SuppressMergeCheckAttribute.cs
- SecurityPermission.cs
- CommandPlan.cs
- EventData.cs
- Calendar.cs
- XmlSerializationReader.cs
- SvcMapFileLoader.cs
- SrgsRulesCollection.cs
- SymmetricAlgorithm.cs
- TypeDelegator.cs
- MenuItemCollection.cs
- WindowAutomationPeer.cs
- LessThanOrEqual.cs
- FileVersionInfo.cs
- HandlerMappingMemo.cs
- RoleManagerModule.cs
- ClassicBorderDecorator.cs
- FloaterBaseParaClient.cs
- PackageRelationshipCollection.cs
- TemplateComponentConnector.cs
- WizardStepBase.cs
- DecimalAverageAggregationOperator.cs
- ResourcePool.cs
- HostUtils.cs
- ModelFunctionTypeElement.cs
- PageEventArgs.cs
- CodeDomExtensionMethods.cs
- DependencyPropertyChangedEventArgs.cs
- SymmetricKeyWrap.cs
- EditorOptionAttribute.cs
- VisualBrush.cs
- FontCacheLogic.cs
- XmlLoader.cs