Definition Type: Attribute
Name: show
Namespace: http://www.w3.org/1999/xlink
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: xlink.xsd
ContentType Restriction
Default embed
Collapse XSD Schema Diagram:
XSD Diagram of show
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:attribute name="show" default="embed">
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <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>