Definition Type: SimpleType
Name: GoverningBodies
Namespace: http://www.regattacentral.com/model
Containing Schema: rc-api.xsd
Collapse XSD Schema Diagram:
XSD Diagram of GoverningBodies
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="GoverningBodies">
    <xs:restriction base="xs:string">
        <xs:enumeration value="USRowing" />
        <xs:enumeration value="RCA" />
        <xs:enumeration value="RA" />
        <xs:enumeration value="FISA" />
    </xs:restriction>
</xs:simpleType>