Definition Type: ComplexType
Name: locatorType
Namespace: http://www.xbrl.org/2003/XLink
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: xl-2003-12-31.xsd
Abstract
Documentation:
Generic locator type.
Collapse XSD Schema Diagram:
Drilldown into title in schema xl-2003-12-31_xsd Drilldown into title in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into label in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema xlink_xsdXSD Diagram of locatorType in schema xl-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<complexType name="locatorType">
    <annotation>
        <documentation>
      Generic locator type.
      </documentation>
    </annotation>
    <complexContent>
        <restriction base="anyType">
            <sequence>
                <element ref="xl:title" minOccurs="0" maxOccurs="unbounded" />
            </sequence>
            <attribute ref="xlink:type" use="required" fixed="locator" />
            <attribute ref="xlink:href" use="required" />
            <attribute ref="xlink:label" use="required" />
            <attribute ref="xlink:role" use="optional" />
            <attribute ref="xlink:title" use="optional" />
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
title xl:title 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type Required
href xlink:href Required
label xlink:label Required
role xlink:role Optional
title xlink:title Optional
<anyAttribute>
Collapse Derivation Tree:
Collapse References:
link:loc, xl:locator