Definition Type: Attribute
Name: type
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 type in schema xlink-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<attribute name="type">
    <simpleType>
        <annotation>
            <documentation>
	    Enumeration of values for the type attribute
	    </documentation>
        </annotation>
        <restriction base="string">
            <enumeration value="simple" />
            <enumeration value="extended" />
            <enumeration value="locator" />
            <enumeration value="arc" />
            <enumeration value="resource" />
            <enumeration value="title" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration simple
Enumeration extended
Enumeration locator
Enumeration arc
Enumeration resource
Enumeration title