<xs:complexType name="LinkType">
<xs:annotation>
<xs:documentation>The CCL-type of a link from the current Item to a target Item or Web resource</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="title" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A short natural language name describing the link and displayed to the users.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="rel" type="QCodeType">
<xs:annotation>
<xs:documentation>The identifier of the relationship between the current Item and the target resource.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="targetResourceAttributes" />
<xs:attributeGroup ref="deprecatedLinkAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
<!-- NAR v1.2 : guidref deprecated.-->
</xs:complexType>
|