<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:annotation>
<xs:documentation>Hint and Extension Point for properties from the NAR namespace or provider-specific properties from other namespaces</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attribute name="rel" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The identifier of the relationship between the current Item and the target resource - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="reluri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>The identifier of the relationship between the current Item and the target resource - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rank" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation>The rank of the link among other links</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="targetResourceAttributes" />
<xs:attributeGroup ref="timeValidityAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attributeGroup ref="deprecatedLinkAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
<!-- NAR v1.2 : guidref deprecated.-->
</xs:complexType>
|