ani:API-term

Element Information

Model

Children: ani:inf, ani:sup

Attributes

QName Type Fixed Default Use Inheritable Annotation
group-indicator optional
major-term-indicator restriction of xs:token optional
role restriction of xs:token optional
sort-pos optional

Used By

Source

<xs:element name="API-term">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ani:richstring.data"/>
    <xs:attribute name="major-term-indicator">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="M"/>
          <xs:enumeration value="N"/>
          <xs:enumeration value="P"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="role">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="A"/>
          <xs:enumeration value="I"/>
          <xs:enumeration value="P"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="group-indicator"/>
    <xs:attribute name="sort-pos"/>
  </xs:complexType>
</xs:element>

Sample