Definition Type: ComplexType
Name: simpleType
Namespace: http://www.xbrl.org/2003/XLink
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: xl-2003-12-31.xsd
Abstract
Documentation:
Type for the simple links defined in XBRL
Collapse XSD Schema Diagram:
Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema xlink_xsdXSD Diagram of simpleType in schema xl-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<complexType name="simpleType">
    <annotation>
        <documentation>
      Type for the simple links defined in XBRL
      </documentation>
    </annotation>
    <complexContent>
        <restriction base="anyType">
            <attribute ref="xlink:type" use="required" fixed="simple" />
            <attribute ref="xlink:href" use="required" />
            <attribute ref="xlink:arcrole" use="optional" />
            <attribute ref="xlink:role" use="optional" />
            <attribute ref="xlink:title" use="optional" />
            <attribute ref="xlink:show" use="optional" />
            <attribute ref="xlink:actuate" use="optional" />
            <anyAttribute namespace="http://www.w3.org/XML/1998/namespace" processContents="lax" />
        </restriction>
    </complexContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type Required
href xlink:href Required
arcrole xlink:arcrole Optional
role xlink:role Optional
title xlink:title Optional
show xlink:show Optional
actuate xlink:actuate Optional
<anyAttribute>
<anyAttribute> Allowed namespace: 'http://www.w3.org/XML/1998/namespace'
Collapse Derivation Tree:
Collapse References:
link:arcroleRef, link:linkbaseRef, link:roleRef, link:schemaRef, xl:simple