Documentation for fieldgml

Attribute: show

[Table of contents]

Name show
Type Locally-defined simple type
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
XML Instance Representation
xlink:show=" string (value comes from list: {'new'|'replace'|'embed'|'other'|'none'})"
Diagram
Schema Component Representation
<attribute name="show">
<simpleType>
<restriction base=" string ">
<enumeration value="new"/>
<enumeration value="replace"/>
<enumeration value="embed"/>
<enumeration value="other"/>
<enumeration value="none"/>
</restriction>
</simpleType>
</attribute>