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