Documentation for TrainingCenterDatabasev2

Complex Type: MultiSportSession_t

[Table of contents]

Super-types: None
Sub-types: None
Name MultiSportSession_t
Used by (from the same schema document) Complex Type ActivityList_t
Abstract no
XML Instance Representation
<...>
<Id> xsd:dateTime </Id> [1]
<FirstSport> FirstSport_t </FirstSport> [1]
<NextSport> NextSport_t </NextSport> [0..*]
<Notes> xsd:string </Notes> [0..1]
</...>
Diagram
h-1476803938 h-1320281519
Schema Component Representation
<xsd:complexType name="MultiSportSession_t">
<xsd:sequence>
<xsd:element name="Id" type=" xsd:dateTime "/>
<xsd:element name="FirstSport" type=" FirstSport_t "/>
<xsd:element name="NextSport" type=" NextSport_t " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Notes" type=" xsd:string " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>