xl:simpleType

Type for the simple links defined in XBRL

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xlink:actuate restriction of string optional
xlink:arcrole restriction of anyURI optional
xlink:href anyURI required
xlink:role restriction of anyURI optional
xlink:show restriction of string optional
xlink:title string optional
xlink:type restriction of string simple required
Wildcard: ANY attribute from namespace(s) 'http://www.w3.org/XML/1998/namespace'

Used By

Source

<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>