Definition Type: Attribute
Name: gender
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:
One specific gender or mixed.
Collapse XSD Schema Diagram:
XSD Diagram of gender in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="gender" use="optional">
    <xs:annotation>
        <xs:documentation>One specific gender or mixed.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:annotation>
            <xs:documentation>One specific gender or mixed.</xs:documentation>
        </xs:annotation>
        <xs:restriction id="genderQual" base="xs:string">
            <xs:enumeration id="genderQualMale" value="male" />
            <xs:enumeration id="genderQualFemale" value="female" />
            <xs:enumeration id="genderQualMixed" value="mixed" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration male
Enumeration female
Enumeration mixed