TreeNode

A concrete node implementation.

Complex Type Information

Model

Children: meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
id xs:ID required
label xs:string optional
otu xs:IDREF optional
root xs:boolean false optional
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.

Used By

Source

<xs:complexType name="TreeNode" abstract="false">
  <xs:annotation>
    <xs:documentation>A concrete node implementation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractNode">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="meta" type="Meta" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>