<xs:complexType name="Link1Type">
<xs:annotation>
<xs:documentation>The PCL-type of a link from the current Item to a target Item or Web resource</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</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="timeValidityAttributes" />
<xs:attributeGroup ref="editAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:attribute name="rank" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>The rank of the link among other links</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="deprecatedLinkAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
<!-- NAR v1.2 : guidref deprecated.-->
</xs:complexType>
|