Definition Type: Attribute
Name: show
Namespace: http://www.w3.org/1999/xlink
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: xlink-2003-12-31.xsd
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of show in schema xlink-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<attribute name="show">
    <simpleType>
        <annotation>
            <documentation>
	      Enumeration of values for the show attribute
	      </documentation>
        </annotation>
        <restriction base="string">
            <enumeration value="new" />
            <enumeration value="replace" />
            <enumeration value="embed" />
            <enumeration value="other" />
            <enumeration value="none" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration new
Enumeration replace
Enumeration embed
Enumeration other
Enumeration none