<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>
<!-- NAR-EV-1.3.5 : add altId to remoteContent-->
<!-- NAR-EV-1.3.4 : add altLoc to remoteContent-->
<xs:element ref="hash" 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="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>
|