Showing:

Annotations
Facets
Properties
Source
Used by
Attribute @xlink:show
Namespace http://www.w3.org/1999/xlink
Annotations
The 'show' attribute is used to communicate the desired presentation 
        of the ending resource on traversal from the starting resource; it's 
        value should be treated as follows: 
        new - load ending resource in a new window, frame, pane, or other 
              presentation context
        replace - load the resource in the same window, frame, pane, or 
                  other presentation context
        embed - load ending resource in place of the presentation of the 
                starting resource
        other - behavior is unconstrained; examine other markup in the 
                link for hints 
        none - behavior is unconstrained
Type restriction of string
Properties
content: simple
Facets
enumeration new, replace, embed, other, none
Used by
Attribute Groups xlink:arcLink, xlink:simpleLink
Source
<attribute name="show">
  <annotation>
    <documentation>The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation context replace - load the resource in the same window, frame, pane, or other presentation context embed - load ending resource in place of the presentation of the starting resource other - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="new"/>
      <enumeration value="replace"/>
      <enumeration value="embed"/>
      <enumeration value="other"/>
      <enumeration value="none"/>
    </restriction>
  </simpleType>
</attribute>
Schema location http://schemas.opengis.net/xlink/1.0.0/xlinks.xsd