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

XmlSchemaSimpleTypeContent

Description

Declare

            
# namespace System.Xml.Schema
export class XmlSchemaSimpleTypeContent extends XmlSchemaAnnotated {
   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 XmlSchemaAnnotated class: XmlSchemaAnnotated
  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]