Definition Type: SimpleType
Name: postponementStatus.Core.Vocabulary
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-vocabulary-core.xsd
Documentation:
Either none, weather-delay, or other.
Collapse XSD Schema Diagram:
XSD Diagram of postponementStatus.Core.Vocabulary in schema sportsml-vocabulary-core_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="postponementStatus.Core.Vocabulary">
    <annotation>
        <documentation>Either none, weather-delay, or other.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="none" />
        <enumeration value="weather-delay" />
        <enumeration value="other" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration weather-delay
Enumeration other