Team Member Start
Start information for an individual competitor, including e.g. start time and bib number.
Java class for TeamMemberStart complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="TeamMemberStart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EntryId" type="{http://www.orienteering.org/datastandard/3.0}Id" minOccurs="0"/>
<element name="Person" type="{http://www.orienteering.org/datastandard/3.0}Person" minOccurs="0"/>
<element name="Organisation" type="{http://www.orienteering.org/datastandard/3.0}Organisation" minOccurs="0"/>
<element name="Start" type="{http://www.orienteering.org/datastandard/3.0}TeamMemberRaceStart" maxOccurs="unbounded"/>
<element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
</sequence>
<attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
The id corresponding to this team member's entry in an EntryList.
Link copied to clipboard
Container element for custom elements from other schemas.
Link copied to clipboard
Gets the value of the modifyTime property.
Link copied to clipboard
The organisation that the team member is representing at the event.
Link copied to clipboard
The core start information for the team member; one element per race in the event.
Link copied to clipboard
Sets the value of the entryId property.
Link copied to clipboard
Sets the value of the extensions property.
Link copied to clipboard
Sets the value of the modifyTime property.
Link copied to clipboard
Sets the value of the organisation property.