Definition Type: ComplexType
Name: Coach
Namespace: http://www.regattacentral.com/model
Containing Schema: rc-api.xsd
Abstract False
Collapse XSD Schema Diagram:
Drilldown into sequence Drilldown into organizationId Drilldown into uuid Drilldown into memberIdXSD Diagram of Coach
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="Coach">
    <xs:sequence>
        <xs:element name="memberId" type="xs:int" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="uuid" type="xs:string" minOccurs="0" />
        <xs:element name="organizationId" type="xs:int" />
        <xs:element name="sequence" type="xs:int" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
memberId nsB:memberId 0 unbounded
uuid nsB:uuid 0 (1)
organizationId nsB:organizationId (1) (1)
sequence nsB:sequence (1) (1)