<xs:complexType name="RemoteContentPropType">
<xs:annotation>
<xs:documentation> A type representing the structure of the remoteContent property</xs:documentation>
</xs:annotation>
<xs:sequence>
<!-- NAR-EV-1.3.5 : add altId to remoteContent-->
<!-- NAR-EV-1.3.4 : add altLoc to remoteContent-->
<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>
|