XmlSchemaAnnotation {System.Xml.Schema} .NET clr documentation

XmlSchemaAnnotation

Description

Declare

            
# namespace System.Xml.Schema
export class XmlSchemaAnnotation extends XmlSchemaObject {
   Id: string;
   Items: XmlSchemaObjectCollection;
   LineNumber: integer;
   LinePosition: integer;
   Namespaces: XmlSerializerNamespaces;
   Parent: XmlSchemaObject;
   SourceUri: string;
   UnhandledAttributes: XmlAttribute[];
}

        

.NET clr type reference tree

  1. this class extends from XmlSchemaObject class: XmlSchemaObject
  2. use by property member Items: XmlSchemaObjectCollection
  3. use by property member Namespaces: XmlSerializerNamespaces
  4. use by property member Parent: XmlSchemaObject
  5. use by property member UnhandledAttributes: XmlAttribute

[Package {$package} version {$version} Index]