<element name="article">
<annotation>
<documentation>Holds either an article or a reference to an article. | Recommended format is NITF.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="nitf:nitf" />
<!-- <any namespace="http://www.w3.org/namespace/"/> -->
</sequence>
<attributeGroup ref="sportsml:commonAttributes" />
<attribute name="format" type="string" use="optional">
<annotation>
<documentation>Format for the included content.</documentation>
</annotation>
</attribute>
<attribute name="article-ref" type="string" use="optional">
<annotation>
<documentation>URL or system identifier (or IDREF?) to an externally-located news article.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|