Definition Type: Attribute
Name: context
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-core.xsd
ContentType Restriction
Use Optional
Documentation:
An indication of whether this line is a current line, or a repeat of a special-interest line from the past.
Collapse XSD Schema Diagram:
XSD Diagram of context in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="context" use="optional">
    <annotation>
        <documentation>An indication of whether this line is a current line, or a repeat of a special-interest line from the past.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="opening" />
            <enumeration value="closing" />
            <enumeration value="current" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration opening
Enumeration closing
Enumeration current