Documentation for TrainingCenterDatabasev2

Complex Type: Activity_t

[Table of contents]

Super-types: None
Sub-types: None
Name Activity_t
Used by (from the same schema document) Complex Type ActivityList_t , Complex Type FirstSport_t , Complex Type NextSport_t
Abstract no
XML Instance Representation
<...
Sport=" Sport_t [1]">
<Id> xsd:dateTime </Id> [1]
<Lap> ActivityLap_t </Lap> [1..*]
<Notes> xsd:string </Notes> [0..1]
<Training> Training_t </Training> [0..1]
<Creator> AbstractSource_t </Creator> [0..1]
<Extensions> Extensions_t </Extensions> [0..1]

'You can extend Training Center by adding your own elements from another schema here.'

</...>
Diagram
h400344220 h462094484 h-921297385 h1209008142 h-1268901308
Schema Component Representation
<xsd:complexType name="Activity_t">
<xsd:sequence>
<xsd:element name="Id" type=" xsd:dateTime "/>
<xsd:element name="Lap" type=" ActivityLap_t " maxOccurs="unbounded"/>
<xsd:element name="Notes" type=" xsd:string " minOccurs="0"/>
<xsd:element name="Training" type=" Training_t " minOccurs="0"/>
<xsd:element name="Creator" type=" AbstractSource_t " minOccurs="0"/>
<xsd:element name="Extensions" type=" Extensions_t " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="Sport" type=" Sport_t " use="required"/>
</xsd:complexType>