Definition Type: ComplexType
Name: resourceType
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 type for the resource type element
Collapse XSD Schema Diagram:
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 label in schema xlink_xsd Drilldown into type in schema xlink_xsdXSD Diagram of resourceType in schema xl-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<complexType name="resourceType">
    <annotation>
        <documentation>
      Generic type for the resource type element
      </documentation>
    </annotation>
    <complexContent mixed="true">
        <restriction base="anyType">
            <attribute ref="xlink:type" use="required" fixed="resource" />
            <attribute ref="xlink:label" use="required" />
            <attribute ref="xlink:role" use="optional" />
            <attribute ref="xlink:title" use="optional" />
            <attribute name="id" type="ID" use="optional" />
        </restriction>
    </complexContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type Required
label xlink:label Required
role xlink:role Optional
title xlink:title Optional
id xl:id Optional
<anyAttribute>
Collapse Derivation Tree:
Collapse References:
link:footnote, link:label, link:reference, xl:resource