node-kind

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string required
no-factory xs:boolean optional
token-text xs:string optional

Source

<xs:element minOccurs="0" maxOccurs="unbounded" name="node-kind">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="DescriptionAndEquivalents"/>
      <xs:element minOccurs="0" maxOccurs="1" name="child">
        <xs:complexType>
          <xs:attribute name="name" type="xs:string" use="required"/>
          <xs:attribute name="kind" type="xs:string" use="required"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="name" type="xs:string" use="required"/>
    <xs:attribute name="token-text" type="xs:string" use="optional"/>
    <xs:attribute name="no-factory" type="xs:boolean" use="optional"/>
  </xs:complexType>
</xs:element>

Sample