<xs:element name="altRep">
<xs:annotation>
<xs:documentation>An IRI which, upon dereferencing provides an alternative representation of the Item.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IRIType">
<xs:attributeGroup ref="editAttributes" />
<xs:attributeGroup ref="timeValidityAttributes" />
<xs:attribute name="representation" type="QCodeType">
<xs:annotation>
<xs:documentation>A qualifier which specifies the way the target Item is represented at this location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="contenttype" type="xs:string">
<xs:annotation>
<xs:documentation>The IANA (Internet Assigned Numbers Authority) MIME type of the target resource.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="format" type="QCodeType">
<xs:annotation>
<xs:documentation>A refinement of a generic content type (i.e. IANA MIME type)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="size" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>The size in bytes of the target resource.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
<!-- NAR-EV-1.3.3 : add @contenttype, @format and @size to altRep (PCL) -->
</xs:simpleContent>
</xs:complexType>
</xs:element>
|