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

XmlSchemaAnnotated

Description

Declare

            
# namespace System.Xml.Schema
export class XmlSchemaAnnotated extends XmlSchemaObject {
   Annotation: XmlSchemaAnnotation;
   Id: string;
   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 Annotation: XmlSchemaAnnotation
  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]