AttrType

Complex Type Information

Model

Children: bag, bool, enum, float, int, locator, seq, set, string, tup

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional
kind xsd:string optional
name xsd:string required

Used By

Element attr

Source

<xsd:complexType name="AttrType">
  <xsd:complexContent>
    <xsd:extension base="AttributedElementType">
      <xsd:group ref="value"/>
      <xsd:attribute name="name" type="xsd:string" use="required"/>
      <xsd:attribute name="kind" type="xsd:string" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>