<element name="linkbase">
<annotation>
<documentation>
Definition of the linkbase element. Used to
contain a set of zero or more extended link elements.
</documentation>
</annotation>
<complexType>
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="link:documentation" />
<element ref="link:roleRef" />
<element ref="link:arcroleRef" />
<element ref="xl:extended" />
</choice>
<attribute name="id" type="ID" use="optional" />
<anyAttribute namespace="http://www.w3.org/XML/1998/namespace" processContents="lax" />
</complexType>
</element>
|