Definition Type: SimpleType
Name: health.Core.Vocabulary
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-vocabulary-core.xsd
Documentation:
An indication of the health of the player.
Collapse XSD Schema Diagram:
XSD Diagram of health.Core.Vocabulary in schema sportsml-vocabulary-core_xsd (SportsML)
Collapse XSD Schema Code:
<simpleType name="health.Core.Vocabulary">
    <annotation>
        <documentation>An indication of the health of the player.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="injured" />
        <enumeration value="fine" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration injured
Enumeration fine