|
|
|
|
@ -21,125 +21,125 @@ import javax.xml.bind.annotation.XmlType;
|
|
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="RaceID" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
|
|
|
|
* <element name="RaceType" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="CreationTimeDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="RaceStartTime">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Postpone" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="Participants">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Yacht" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="Entry" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="CompoundMarkSequence">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Corner" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="Rounding" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ZoneSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="Course">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="CompoundMark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Mark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="CourseLimit">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Limit" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Lat" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Lon" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="RaceID" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
|
|
|
|
* <element name="RaceType" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="CreationTimeDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
|
|
|
* <element name="RaceStartTime">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Postpone" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="Participants">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Yacht" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="Entry" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="CompoundMarkSequence">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Corner" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="Rounding" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="ZoneSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="Course">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="CompoundMark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Mark" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="SeqId" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* <attribute name="TargetLat" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="TargetLng" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="SourceID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* <attribute name="CompoundMarkID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="CourseLimit">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Limit" maxOccurs="unbounded">
|
|
|
|
|
* <complexType>
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <attribute name="Lat" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="Lon" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
|
|
|
|
* <attribute name="SeqID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </element>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
|