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
- CacheMemory.cs
- WindowsGraphicsWrapper.cs
- SelectionChangedEventArgs.cs
- PropertyDescriptor.cs
- TextProperties.cs
- Error.cs
- ClientApiGenerator.cs
- ViewBox.cs
- EmptyEnumerator.cs
- ExternalCalls.cs
- CodeDelegateCreateExpression.cs
- CustomValidator.cs
- GenericPrincipal.cs
- DbParameterCollectionHelper.cs
- Attributes.cs
- ApplicationServicesHostFactory.cs
- Ipv6Element.cs
- TokenBasedSet.cs
- XmlSchemaImport.cs
- ADMembershipProvider.cs
- PartialCachingControl.cs
- BindingManagerDataErrorEventArgs.cs
- PhysicalOps.cs
- DateRangeEvent.cs
- SystemIPGlobalProperties.cs
- AssociationType.cs
- PersonalizablePropertyEntry.cs
- Attributes.cs
- Errors.cs
- JumpPath.cs
- EditorBrowsableAttribute.cs
- DescendantOverDescendantQuery.cs
- CollectionViewGroupRoot.cs
- ActiveDocumentEvent.cs
- SoundPlayer.cs
- PropertyManager.cs
- CollectionType.cs
- ByteAnimationUsingKeyFrames.cs
- SoapProtocolReflector.cs
- Light.cs
- EntitySetDataBindingList.cs
- EmptyStringExpandableObjectConverter.cs
- ExpressionVisitorHelpers.cs
- ZoneLinkButton.cs
- InheritedPropertyChangedEventArgs.cs
- ChannelBase.cs
- FrameworkElementFactoryMarkupObject.cs
- BindingExpressionUncommonField.cs
- CodeLabeledStatement.cs
- BridgeDataRecord.cs
- PtsHelper.cs
- DeflateStream.cs
- Int64.cs
- MatrixKeyFrameCollection.cs
- BitVec.cs
- TextRangeAdaptor.cs
- SystemGatewayIPAddressInformation.cs
- GridViewColumnHeaderAutomationPeer.cs
- EventPropertyMap.cs
- MasterPageBuildProvider.cs
- MetadataSerializer.cs
- GrabHandleGlyph.cs
- PeerCredential.cs
- DBParameter.cs
- XmlHierarchyData.cs
- BaseCodeDomTreeGenerator.cs
- SkinBuilder.cs
- SpotLight.cs
- UIElementParaClient.cs
- NullRuntimeConfig.cs
- IteratorFilter.cs
- Message.cs
- TemplateApplicationHelper.cs
- DataGridCellsPanel.cs
- BinHexDecoder.cs
- DirectionalLight.cs
- SeparatorAutomationPeer.cs
- _KerberosClient.cs
- TripleDESCryptoServiceProvider.cs
- ProcessModuleDesigner.cs
- SchemaTableColumn.cs
- SqlBooleanMismatchVisitor.cs
- WebPermission.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- QueryComponents.cs
- GridItemPattern.cs
- DbParameterHelper.cs
- VisualTreeUtils.cs
- UnhandledExceptionEventArgs.cs
- PanningMessageFilter.cs
- XmlMtomReader.cs
- EnumerableRowCollectionExtensions.cs
- EdmValidator.cs
- DataControlField.cs
- TypeUtil.cs
- CommandDevice.cs
- SelectionRangeConverter.cs
- SetStateEventArgs.cs
- SqlConnectionStringBuilder.cs
- FixedTextBuilder.cs