ani:sublink

Element Information

Model

Children: ani:inf, ani:sup

Attributes

QName Type Fixed Default Use Inheritable Annotation
linknr optional
weight restriction of xs:token not-defined optional

Used By

Complex Type ani:descriptorType

Source

<xs:element name="sublink">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="ani:richstring.data"/>
    <xs:attribute name="linknr"/>
    <xs:attribute name="weight" default="not-defined">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="a"/>
          <xs:enumeration value="b"/>
          <xs:enumeration value="not-defined"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample