Definition Type: SimpleType
Name: EventWeight
Namespace: http://www.regattacentral.com/model
Containing Schema: rc-api.xsd
Collapse XSD Schema Diagram:
XSD Diagram of EventWeight
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="EventWeight">
    <xs:restriction base="xs:string">
        <xs:enumeration value="midweight" />
        <xs:enumeration value="lightweight" />
        <xs:enumeration value="heavyweight" />
        <xs:enumeration value="lightweight-woman" />
        <xs:enumeration value="heavy" />
    </xs:restriction>
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsB:weight