abbr_def

Element Information

Model

Children: abbr_k, abbr_v

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of xs:NMTOKEN optional

Used By

Element abbreviations

Source

<xs:element name="abbr_def">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="abbr_k" maxOccurs="unbounded"/>
      <xs:element ref="abbr_v"/>
    </xs:sequence>
    <xs:attribute name="type">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="aux"/>
          <xs:enumeration value="grm"/>
          <xs:enumeration value="knl"/>
          <xs:enumeration value=