xlink:show3

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
xlink:show restriction of xs:token optional
Defines how a remote resource is rendered.

Used By

Source

<xs:attributeGroup name="show3">
  <xs:attribute name="show" use="optional" form="qualified">
    <xs:annotation>
      <xs:documentation>Defines how a remote resource is rendered.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="new">
          <xs:annotation>
            <xs:documentation>Open in a new window.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="replace">
          <xs:annotation>
            <xs:documentation>Load the referenced resource in the same window.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="embed">
          <xs:annotation>
            <xs:documentation>Embed the referenced resource at the point of the link.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="none">
          <xs:annotation>
            <xs:documentation>Do not permit traversal to the referenced resource.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="other">
          <xs:annotation>
            <xs:documentation>Behavior other than permitted by the other values of this attribute.</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>