Definition Type: Element
Name: remoteContent
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.8-spec-All-Power.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
A rendition of the content using a reference/link to a resource representing the content data at a remote location
Collapse XSD Schema Diagram:
Drilldown into altLoc in schema nar_1_8-spec-all-power_xsd Drilldown into altId in schema nar_1_8-spec-all-power_xsd Drilldown into channel in schema nar_1_8-spec-all-power_xsd Drilldown into language in schema nar_1_8-spec-all-power_xsd Drilldown into videosampling in schema nar_1_8-spec-all-power_xsd Drilldown into videoaspectratio in schema nar_1_8-spec-all-power_xsd Drilldown into videoscan in schema nar_1_8-spec-all-power_xsd Drilldown into videoframerate in schema nar_1_8-spec-all-power_xsd Drilldown into videovbr in schema nar_1_8-spec-all-power_xsd Drilldown into videoavgbitrate in schema nar_1_8-spec-all-power_xsd Drilldown into videocodec in schema nar_1_8-spec-all-power_xsd Drilldown into audiochannels in schema nar_1_8-spec-all-power_xsd Drilldown into audiosamplerate in schema nar_1_8-spec-all-power_xsd Drilldown into audiosamplesize in schema nar_1_8-spec-all-power_xsd Drilldown into audiovbr in schema nar_1_8-spec-all-power_xsd Drilldown into audiobitrate in schema nar_1_8-spec-all-power_xsd Drilldown into audiocodec in schema nar_1_8-spec-all-power_xsd Drilldown into durationunit in schema nar_1_8-spec-all-power_xsd Drilldown into duration in schema nar_1_8-spec-all-power_xsd Drilldown into resolution in schema nar_1_8-spec-all-power_xsd Drilldown into colourspace in schema nar_1_8-spec-all-power_xsd Drilldown into orientation in schema nar_1_8-spec-all-power_xsd Drilldown into heightunit in schema nar_1_8-spec-all-power_xsd Drilldown into height in schema nar_1_8-spec-all-power_xsd Drilldown into widthunit in schema nar_1_8-spec-all-power_xsd Drilldown into width in schema nar_1_8-spec-all-power_xsd Drilldown into wordcount in schema nar_1_8-spec-all-power_xsd Drilldown into newsContentCharacteristics in schema nar_1_8-spec-all-power_xsd Drilldown into validto in schema nar_1_8-spec-all-power_xsd Drilldown into validfrom in schema nar_1_8-spec-all-power_xsd Drilldown into timeValidityAttributes in schema nar_1_8-spec-all-power_xsd Drilldown into size in schema nar_1_8-spec-all-power_xsd Drilldown into format in schema nar_1_8-spec-all-power_xsd Drilldown into contenttype in schema nar_1_8-spec-all-power_xsd Drilldown into persistidref in schema nar_1_8-spec-all-power_xsd Drilldown into version in schema nar_1_8-spec-all-power_xsd Drilldown into residref in schema nar_1_8-spec-all-power_xsd Drilldown into href in schema nar_1_8-spec-all-power_xsd Drilldown into targetResourceAttributes in schema nar_1_8-spec-all-power_xsd Drilldown into generated in schema nar_1_8-spec-all-power_xsd Drilldown into generator in schema nar_1_8-spec-all-power_xsd Drilldown into rendition in schema nar_1_8-spec-all-power_xsd Drilldown into id in schema nar_1_8-spec-all-power_xsd Drilldown into newsContentAttributes in schema nar_1_8-spec-all-power_xsdXSD Diagram of remoteContent in schema nar_1_8-spec-all-power_xsd (EventsML - News Exchange Format - Power)
Collapse XSD Schema Code:
<xs:element name="remoteContent">
    <xs:annotation>
        <xs:documentation>A rendition of the content using a reference/link to a resource representing the content data at a remote location</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="channel" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Information about a specific content channel.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="chnlid" type="xs:positiveInteger">
                        <xs:annotation>
                            <xs:documentation>A logical identifier of the channel</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="type" type="QCodeType">
                        <xs:annotation>
                            <xs:documentation>The media type of the data conveyed by the channel</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="role" type="QCodeType">
                        <xs:annotation>
                            <xs:documentation>The role the data of this channel plays in the scope of  the full content</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="language" type="xs:language">
                        <xs:annotation>
                            <xs:documentation>The  language associated with the content of the channel</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attributeGroup ref="newsContentCharacteristics" />
                </xs:complexType>
            </xs:element>
            <!-- NAR-EV-1.3.5 : add altId to remoteContent-->
            <xs:element ref="altId" minOccurs="0" maxOccurs="unbounded" />
            <!-- NAR-EV-1.3.4 : add altLoc to remoteContent-->
            <xs:element ref="altLoc" minOccurs="0" maxOccurs="unbounded" />
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
                </xs:annotation>
            </xs:any>
        </xs:sequence>
        <xs:attributeGroup ref="newsContentAttributes" />
        <xs:attributeGroup ref="targetResourceAttributes" />
        <xs:attributeGroup ref="timeValidityAttributes" />
        <xs:attributeGroup ref="newsContentCharacteristics" />
        <xs:attribute name="language" type="xs:language">
            <xs:annotation>
                <xs:documentation>The language of the remote content</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
channel nsA:channel 0 unbounded
altId nsA:altId 0 unbounded
altLoc nsA:altLoc 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
rendition nsA:rendition (Optional)
generator nsA:generator (Optional)
generated nsA:generated (Optional)
href nsA:href (Optional)
residref nsA:residref (Optional)
version nsA:version (Optional)
persistidref nsA:persistidref (Optional)
contenttype nsA:contenttype (Optional)
format nsA:format (Optional)
size nsA:size (Optional)
validfrom nsA:validfrom (Optional)
validto nsA:validto (Optional)
wordcount nsA:wordcount (Optional)
width nsA:width (Optional)
widthunit nsA:widthunit (Optional)
height nsA:height (Optional)
heightunit nsA:heightunit (Optional)
orientation nsA:orientation (Optional)
colourspace nsA:colourspace (Optional)
resolution nsA:resolution (Optional)
duration nsA:duration (Optional)
durationunit nsA:durationunit (Optional)
audiocodec nsA:audiocodec (Optional)
audiobitrate nsA:audiobitrate (Optional)
audiovbr nsA:audiovbr (Optional)
audiosamplesize nsA:audiosamplesize (Optional)
audiosamplerate nsA:audiosamplerate (Optional)
audiochannels nsA:audiochannels (Optional)
videocodec nsA:videocodec (Optional)
videoavgbitrate nsA:videoavgbitrate (Optional)
videovbr nsA:videovbr (Optional)
videoframerate nsA:videoframerate (Optional)
videoscan nsA:videoscan (Optional)
videoaspectratio nsA:videoaspectratio (Optional)
videosampling nsA:videosampling (Optional)
language nsA:language (Optional)
<anyAttribute> Allowed namespace: '##other'