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