Definition Type: Attribute
Name: context
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.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_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="context" use="optional">
    <xs:annotation>
        <xs:documentation>An indication of whether this line is a current line, or a repeat of a special-interest line from the past.</xs:documentation>
    </xs:annotation>
    <xs:simpleType id="context">
        <xs:restriction base="xs:string">
            <xs:enumeration id="contextOpening" value="opening" />
            <xs:enumeration id="contextClosing" value="closing" />
            <xs:enumeration id="contextCurrent" value="current" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration opening
Enumeration closing
Enumeration current