Definition Type: ComplexType
Name: Lane
Namespace: http://www.regattacentral.com/model
Containing Schema: rc-api.xsd
Abstract False
Collapse XSD Schema Diagram:
Drilldown into results Drilldown into flush Drilldown into status Drilldown into handicap Drilldown into uuid Drilldown into entryId Drilldown into displayNumber Drilldown into laneXSD Diagram of Lane
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="Lane">
    <xs:sequence>
        <xs:element name="lane" type="xs:int" />
        <xs:element name="displayNumber" minOccurs="0">
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:maxLength value="45" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="entryId" type="xs:int" minOccurs="0" />
        <xs:element name="uuid" type="xs:string" minOccurs="0" />
        <xs:element name="handicap" type="xs:long" minOccurs="0" />
        <xs:element name="status" type="ResultStatusType" minOccurs="0" />
        <xs:element name="flush" type="xs:boolean" minOccurs="0" maxOccurs="1" />
        <xs:element name="results" type="Result" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lane nsB:lane (1) (1)
displayNumber nsB:displayNumber 0 (1)
entryId nsB:entryId 0 (1)
uuid nsB:uuid 0 (1)
handicap nsB:handicap 0 (1)
status nsB:status 0 (1)
flush nsB:flush 0 1
results nsB:results 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:lanes