xlink:typeType

Simple Type Information

Used By

Attribute @xlink:type

Source

<xs:simpleType name="typeType">
  <xs:restriction base="xs:token">
    <xs:enumeration value="simple"/>
    <xs:enumeration value="extended"/>
    <xs:enumeration value="title"/>
    <xs:enumeration value="resource"/>
    <xs:enumeration value="locator"/>
    <xs:enumeration value="arc"/>
  </xs:restriction>
</xs:simpleType>