Definition Type: Element
Name: timingMilestoneId
Namespace: http://www.regattacentral.com/model
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: rc-api.xsd
MinOccurs 1
MaxOccurs 1
Abstract False
Documentation:
Timing Milestones are currently limited to 5.   Id = 0 is the start; Id = 4 *must always be the finish*.
Id = 1, 2 or 3 are "mid-course".
Collapse XSD Schema Diagram:
XSD Diagram of timingMilestoneId
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="timingMilestoneId" type="xs:int" minOccurs="1" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Timing Milestones are currently limited to 5.   Id = 0 is the start; Id = 4 *must always be the finish*.
Id = 1, 2 or 3 are "mid-course".</xs:documentation>
    </xs:annotation>
</xs:element>