Definition Type: ComplexType
Name: Spare
Namespace: http://www.regattacentral.com/model
Containing Schema: rc-api.xsd
Abstract False
Collapse XSD Schema Diagram:
Drilldown into organizationId Drilldown into uuid Drilldown into memberIdXSD Diagram of Spare
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="Spare">
    <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: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)