Definition Type: Element
Name: article
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Holds either an article or a reference to an article. | Recommended format is NITF.
Collapse XSD Schema Diagram:
Drilldown into nitf in schema nitf-3-4_xsd Drilldown into article-ref in schema sportsml-core_xsd Drilldown into format in schema sportsml-core_xsd Drilldown into style in schema sportsml-core_xsd Drilldown into class in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into commonAttributes in schema sportsml-core_xsdXSD Diagram of article in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
nitf nitf:nitf (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
class sportsml:class Optional
style sportsml:style Optional
format sportsml:format Optional
article-ref sportsml:article-ref Optional