Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotation.cs / 1305376 / XmlSchemaAnnotation.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaAnnotation : XmlSchemaObject {
string id;
XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
XmlAttribute[] moreAttributes;
///
///
/// [To be supplied.]
///
[XmlAttribute("id", DataType = "ID")]
public string Id {
get { return id; }
set { id = value; }
}
///
///
/// [To be supplied.]
///
[XmlElement("documentation", typeof(XmlSchemaDocumentation)),
XmlElement("appinfo", typeof(XmlSchemaAppInfo))]
public XmlSchemaObjectCollection Items {
get { return items; }
}
///
///
/// [To be supplied.]
///
[XmlAnyAttribute]
public XmlAttribute[] UnhandledAttributes {
get { return moreAttributes; }
set { moreAttributes = value; }
}
[XmlIgnore]
internal override string IdAttribute {
get { return Id; }
set { Id = value; }
}
internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
this.moreAttributes = moreAttributes;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaAnnotation : XmlSchemaObject {
string id;
XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
XmlAttribute[] moreAttributes;
///
///
/// [To be supplied.]
///
[XmlAttribute("id", DataType = "ID")]
public string Id {
get { return id; }
set { id = value; }
}
///
///
/// [To be supplied.]
///
[XmlElement("documentation", typeof(XmlSchemaDocumentation)),
XmlElement("appinfo", typeof(XmlSchemaAppInfo))]
public XmlSchemaObjectCollection Items {
get { return items; }
}
///
///
/// [To be supplied.]
///
[XmlAnyAttribute]
public XmlAttribute[] UnhandledAttributes {
get { return moreAttributes; }
set { moreAttributes = value; }
}
[XmlIgnore]
internal override string IdAttribute {
get { return Id; }
set { Id = value; }
}
internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
this.moreAttributes = moreAttributes;
}
}
}
// 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
- MethodCallTranslator.cs
- AnimationClockResource.cs
- TargetFrameworkUtil.cs
- PropertyEmitterBase.cs
- DropShadowEffect.cs
- Types.cs
- BrowserCapabilitiesFactory.cs
- SkipQueryOptionExpression.cs
- ColorConvertedBitmap.cs
- SafeHandle.cs
- InternalDispatchObject.cs
- ValueUnavailableException.cs
- ImageConverter.cs
- RectIndependentAnimationStorage.cs
- IntranetCredentialPolicy.cs
- BamlTreeNode.cs
- Action.cs
- BigInt.cs
- SqlDataSourceCache.cs
- GorillaCodec.cs
- WebRequest.cs
- TreeViewImageIndexConverter.cs
- TextMessageEncodingBindingElement.cs
- RayHitTestParameters.cs
- CodeConstructor.cs
- FormViewPageEventArgs.cs
- Native.cs
- BooleanSwitch.cs
- UidManager.cs
- SafeSecurityHandles.cs
- EntityTypeBase.cs
- BamlStream.cs
- WriteTimeStream.cs
- JoinSymbol.cs
- tooltip.cs
- SQLInt32.cs
- ReadOnlyAttribute.cs
- HttpCapabilitiesSectionHandler.cs
- ExtentCqlBlock.cs
- AnnotationService.cs
- ExpressionVisitor.cs
- ZoomPercentageConverter.cs
- EllipticalNodeOperations.cs
- VarRefManager.cs
- SelectionItemProviderWrapper.cs
- RectValueSerializer.cs
- SetIterators.cs
- TimeBoundedCache.cs
- DocumentGrid.cs
- LeaseManager.cs
- ApplicationServicesHostFactory.cs
- HitTestParameters.cs
- Overlapped.cs
- RepeaterDataBoundAdapter.cs
- HitTestDrawingContextWalker.cs
- TileBrush.cs
- ConnectionsZone.cs
- XmlWriter.cs
- ListSourceHelper.cs
- DataSysAttribute.cs
- FixUp.cs
- ReferenceEqualityComparer.cs
- SettingsProperty.cs
- _OverlappedAsyncResult.cs
- PersonalizationProviderCollection.cs
- PointLightBase.cs
- BitArray.cs
- WebPartsPersonalizationAuthorization.cs
- DrawingAttributes.cs
- ChannelManagerService.cs
- ByValueEqualityComparer.cs
- Floater.cs
- DocComment.cs
- SapiAttributeParser.cs
- HandlerMappingMemo.cs
- FlowDocumentScrollViewer.cs
- SafeNativeMethodsCLR.cs
- XmlSchemaNotation.cs
- DataRelationPropertyDescriptor.cs
- DynamicVirtualDiscoSearcher.cs
- MSAANativeProvider.cs
- GlobalEventManager.cs
- VisualCollection.cs
- Utility.cs
- WindowsFormsSectionHandler.cs
- ConfigurationLoaderException.cs
- LoginDesignerUtil.cs
- WebPartMenuStyle.cs
- XmlTextEncoder.cs
- DbParameterCollection.cs
- XmlAutoDetectWriter.cs
- FileDialogCustomPlacesCollection.cs
- Run.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- XmlSchemaAttributeGroupRef.cs
- EmbossBitmapEffect.cs
- LogicalChannelCollection.cs
- TrackingExtract.cs
- FigureHelper.cs
- Int32RectConverter.cs