Definition Type: AttributeGroup
Name: targetResourceAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Core.xsd
Documentation:
A group of attributes pertaining to any kind of link
Collapse XSD Schema Diagram:
Drilldown into size in schema nar_1_3-spec-framework-core_xsd Drilldown into format in schema nar_1_3-spec-framework-core_xsd Drilldown into contenttype in schema nar_1_3-spec-framework-core_xsd Drilldown into version in schema nar_1_3-spec-framework-core_xsd Drilldown into residref in schema nar_1_3-spec-framework-core_xsd Drilldown into href in schema nar_1_3-spec-framework-core_xsdXSD Diagram of targetResourceAttributes in schema nar_1_3-spec-framework-core_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:attributeGroup name="targetResourceAttributes">
    <xs:annotation>
        <xs:documentation>A group of attributes pertaining to any kind of link</xs:documentation>
    </xs:annotation>
    <xs:attribute name="href" type="IRIType">
        <xs:annotation>
            <xs:documentation>The locator of the target resource.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="residref" type="xs:string">
        <xs:annotation>
            <xs:documentation>The  provider’s identifier of the target resource.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="version" type="xs:positiveInteger">
        <xs:annotation>
            <xs:documentation>The version of the target resource. By default, the latest revision is retrieved when the link is activated.</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:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
href nsA:href (Optional)
residref nsA:residref (Optional)
version nsA:version (Optional)
contenttype nsA:contenttype (Optional)
format nsA:format (Optional)
size nsA:size (Optional)
Collapse Comments:
blog comments powered by Disqus