a.link.show

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
show restriction of xs:token required

Source

<xs:attributeGroup name="a.link.show">
  <xs:attribute name="show" use="required">
    <xs:simpleType>
      <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>
  </xs:attribute>
</xs:attributeGroup>