Definition Type: ComplexType
Name: extendedType
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 extended link type
Collapse XSD Schema Diagram:
Drilldown into resource in schema xl-2003-12-31_xsd Drilldown into arc in schema xl-2003-12-31_xsd Drilldown into locator in schema xl-2003-12-31_xsd Drilldown into documentation in schema xl-2003-12-31_xsd Drilldown into title in schema xl-2003-12-31_xsd Drilldown into id in schema xl-2003-12-31_xsd Drilldown into title in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into type in schema xlink_xsdXSD Diagram of extendedType in schema xl-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<complexType name="extendedType">
    <annotation>
        <documentation>
      Generic extended link type
      </documentation>
    </annotation>
    <complexContent>
        <restriction base="anyType">
            <choice minOccurs="0" maxOccurs="unbounded">
                <element ref="xl:title" />
                <element ref="xl:documentation" />
                <element ref="xl:locator" />
                <element ref="xl:arc" />
                <element ref="xl:resource" />
            </choice>
            <attribute ref="xlink:type" use="required" fixed="extended" />
            <attribute ref="xlink:role" use="required" />
            <attribute ref="xlink:title" use="optional" />
            <attribute name="id" type="ID" use="optional" />
            <anyAttribute namespace="http://www.w3.org/XML/1998/namespace" processContents="lax" />
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
title xl:title (1) (1)
documentation xl:documentation (1) (1)
locator xl:locator (1) (1)
arc xl:arc (1) (1)
resource xl:resource (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type Required
role xlink:role Required
title xlink:title Optional
id xl:id Optional
<anyAttribute>
<anyAttribute> Allowed namespace: 'http://www.w3.org/XML/1998/namespace'
Collapse Derivation Tree:
Collapse References:
link:calculationLink, link:definitionLink, xl:extendedlink:footnoteLink, link:labelLink, link:presentationLink, link:referenceLink,