Definition Type: Element
Name: bow
Namespace: http://www.regattacentral.com/model
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: rc-api.xsd
MinOccurs 0
MaxOccurs 1
Abstract False
Documentation:
Bow or lane number.  Note that this is the bow or lane number assigned via the registration system for the entry.  Timing systems may establish different bow/lane numbers
which are available in the Races/Lanes structures.
Collapse XSD Schema Diagram:
XSD Diagram of bow
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="bow" type="xs:int" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Bow or lane number.  Note that this is the bow or lane number assigned via the registration system for the entry.  Timing systems may establish different bow/lane numbers
which are available in the Races/Lanes structures.</xs:documentation>
    </xs:annotation>
</xs:element>