Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotated.cs / 1 / XmlSchemaAnnotated.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaAnnotated : XmlSchemaObject {
string id;
XmlSchemaAnnotation annotation;
XmlAttribute[] moreAttributes;
///
///
/// [To be supplied.]
///
[XmlAttribute("id", DataType="ID")]
public string Id {
get { return id; }
set { id = value; }
}
///
///
/// [To be supplied.]
///
[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
public XmlSchemaAnnotation Annotation {
get { return annotation; }
set { annotation = value; }
}
///
///
/// [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;
}
internal override void AddAnnotation(XmlSchemaAnnotation annotation) {
this.annotation = 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.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaAnnotated : XmlSchemaObject {
string id;
XmlSchemaAnnotation annotation;
XmlAttribute[] moreAttributes;
///
///
/// [To be supplied.]
///
[XmlAttribute("id", DataType="ID")]
public string Id {
get { return id; }
set { id = value; }
}
///
///
/// [To be supplied.]
///
[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
public XmlSchemaAnnotation Annotation {
get { return annotation; }
set { annotation = value; }
}
///
///
/// [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;
}
internal override void AddAnnotation(XmlSchemaAnnotation annotation) {
this.annotation = 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
- FixedSOMFixedBlock.cs
- LicenseManager.cs
- WorkflowMessageEventHandler.cs
- externdll.cs
- DynamicPropertyReader.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- Configuration.cs
- TreeIterator.cs
- ManipulationInertiaStartingEventArgs.cs
- InternalResources.cs
- SqlCacheDependency.cs
- ConfigWriter.cs
- QuotedPrintableStream.cs
- XamlFilter.cs
- _ConnectionGroup.cs
- ReferenceEqualityComparer.cs
- WindowsToolbarAsMenu.cs
- AmbientValueAttribute.cs
- UInt32Storage.cs
- StorageAssociationTypeMapping.cs
- TextRunCache.cs
- SourceLineInfo.cs
- IResourceProvider.cs
- DataBoundControlAdapter.cs
- XmlRawWriterWrapper.cs
- AncillaryOps.cs
- ImageMap.cs
- OdbcErrorCollection.cs
- TerminatorSinks.cs
- SeparatorAutomationPeer.cs
- SystemNetworkInterface.cs
- DescendantOverDescendantQuery.cs
- XmlHierarchicalDataSourceView.cs
- IISMapPath.cs
- DrawingContextDrawingContextWalker.cs
- log.cs
- XmlSchemaAnnotated.cs
- DataViewListener.cs
- SqlError.cs
- DataPager.cs
- ISAPIWorkerRequest.cs
- HttpProcessUtility.cs
- DoubleAnimationClockResource.cs
- HiddenField.cs
- NativeMethods.cs
- PreservationFileReader.cs
- PropertyGroupDescription.cs
- EntityCommandExecutionException.cs
- ManagedFilter.cs
- AnnotationResourceChangedEventArgs.cs
- Activator.cs
- ManifestResourceInfo.cs
- SecurityManager.cs
- ComplexObject.cs
- ReflectionHelper.cs
- FactoryGenerator.cs
- WebPartConnectionsConnectVerb.cs
- SqlBulkCopyColumnMapping.cs
- ConstraintEnumerator.cs
- DataServiceRequestException.cs
- ConfigXmlCDataSection.cs
- Crypto.cs
- PriorityRange.cs
- ModifierKeysValueSerializer.cs
- RoleGroup.cs
- PictureBox.cs
- HttpPostedFile.cs
- Identity.cs
- EventHandlerList.cs
- ChannelManager.cs
- QueryOpeningEnumerator.cs
- CompressedStack.cs
- SimpleHandlerBuildProvider.cs
- MetadataItem_Static.cs
- ObjectSecurity.cs
- LongValidatorAttribute.cs
- MediaContextNotificationWindow.cs
- wmiprovider.cs
- ContentDefinition.cs
- SourceCollection.cs
- XmlSchemaDocumentation.cs
- InvokeFunc.cs
- SqlDataSourceQuery.cs
- HebrewCalendar.cs
- TraversalRequest.cs
- MimeFormReflector.cs
- WriteTimeStream.cs
- ComponentDispatcher.cs
- GeometryModel3D.cs
- PathGeometry.cs
- ConfigUtil.cs
- BitmapMetadataBlob.cs
- UIElement.cs
- FieldTemplateUserControl.cs
- SystemIPAddressInformation.cs
- CommonXSendMessage.cs
- FormViewCommandEventArgs.cs
- FrameworkContextData.cs
- WebPartMenu.cs
- TextContainerHelper.cs