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
- TypeBuilderInstantiation.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- MimeMultiPart.cs
- _UriSyntax.cs
- QualifiedCellIdBoolean.cs
- XamlStream.cs
- CompositeControl.cs
- FocusTracker.cs
- XsdBuilder.cs
- MediaScriptCommandRoutedEventArgs.cs
- FileLoadException.cs
- HandoffBehavior.cs
- LocalizedNameDescriptionPair.cs
- ArrayMergeHelper.cs
- XmlCharType.cs
- HtmlInputRadioButton.cs
- DataGridViewColumnHeaderCell.cs
- Point3D.cs
- DataGridCellEditEndingEventArgs.cs
- FontInfo.cs
- GifBitmapEncoder.cs
- Ref.cs
- VSWCFServiceContractGenerator.cs
- SoapFormatterSinks.cs
- FileUpload.cs
- GridViewRow.cs
- TagMapCollection.cs
- Pair.cs
- GetWinFXPath.cs
- TypeContext.cs
- TaskFormBase.cs
- FigureHelper.cs
- ValidatedMobileControlConverter.cs
- ObjectDataSourceEventArgs.cs
- TitleStyle.cs
- ProfessionalColors.cs
- TypedTableBaseExtensions.cs
- DataRelation.cs
- MimeTypeAttribute.cs
- RectangleConverter.cs
- PopupEventArgs.cs
- SequenceDesigner.cs
- DataGridColumnCollection.cs
- WindowsStartMenu.cs
- UrlPath.cs
- ValidationHelper.cs
- BaseParagraph.cs
- SiteMapHierarchicalDataSourceView.cs
- WindowsButton.cs
- TemplateControlBuildProvider.cs
- HtmlElementCollection.cs
- DirectionalLight.cs
- SymDocumentType.cs
- BuildProvidersCompiler.cs
- PolyLineSegment.cs
- DataGridViewComboBoxColumnDesigner.cs
- HtmlAnchor.cs
- UnmanagedHandle.cs
- DesignerSerializationOptionsAttribute.cs
- TopClause.cs
- Evaluator.cs
- DataGridComboBoxColumn.cs
- Geometry.cs
- safemediahandle.cs
- GroupJoinQueryOperator.cs
- XamlWriter.cs
- ProcessInfo.cs
- CodeMethodInvokeExpression.cs
- HttpCacheVary.cs
- SerializationStore.cs
- FilterableAttribute.cs
- IncrementalCompileAnalyzer.cs
- PolyLineSegment.cs
- MonthCalendarDesigner.cs
- IteratorDescriptor.cs
- TextProperties.cs
- CacheMode.cs
- OperationParameterInfoCollection.cs
- _NegoState.cs
- AutoResetEvent.cs
- BufferAllocator.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- EdmError.cs
- WebPartAddingEventArgs.cs
- RuleRefElement.cs
- FormViewInsertEventArgs.cs
- SchemaInfo.cs
- SslStream.cs
- XmlDigitalSignatureProcessor.cs
- NetworkCredential.cs
- IChannel.cs
- WebPartChrome.cs
- PriorityBindingExpression.cs
- _Events.cs
- ValueTypeFixupInfo.cs
- MenuBindingsEditorForm.cs
- ObsoleteAttribute.cs
- CodeFieldReferenceExpression.cs
- HttpListenerResponse.cs
- Guid.cs