xlink:showType

Simple Type Information

Used By

Attribute @xlink:show

Source

<xs:simpleType name="showType">
  <xs:restriction base="xs:token">
    <xs:enumeration value="new"/>
    <xs:enumeration value="replace"/>
    <xs:enumeration value="embed"/>
    <xs:enumeration value="other"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>