<xs:complexType name="articleComplexType">
<xs:annotation>
<xs:documentation>Holds either an article or a reference to an article. Format of the content is up to the provider. NITF from IPTC or HTML are common alternatives.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="commonAttributes"/>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Format for the included content.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="article-ref" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>URL or system identifier (or IDREF?) to an externally-located news article.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |