Documentation for TrainingCenterDatabasev2

Complex Type: TrainingCenterDatabase_t

[Table of contents]

Super-types: None
Sub-types: None
Name TrainingCenterDatabase_t
Used by (from the same schema document) Element TrainingCenterDatabase
Abstract no
XML Instance Representation
<...>
<Folders> Folders_t </Folders> [0..1]
<Activities> ActivityList_t </Activities> [0..1]
<Workouts> WorkoutList_t </Workouts> [0..1]
<Courses> CourseList_t </Courses> [0..1]
<Author> AbstractSource_t </Author> [0..1]
<Extensions> Extensions_t </Extensions> [0..1]

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

</...>
Diagram
h1854179733 h-466733881 h935490987 h1768248851 h-921297385 h1209008142
Schema Component Representation
<xsd:complexType name="TrainingCenterDatabase_t">
<xsd:sequence>
<xsd:element name="Folders" type=" Folders_t " minOccurs="0"/>
<xsd:element name="Activities" type=" ActivityList_t " minOccurs="0"/>
<xsd:element name="Workouts" type=" WorkoutList_t " minOccurs="0"/>
<xsd:element name="Courses" type=" CourseList_t " minOccurs="0"/>
<xsd:element name="Author" type=" AbstractSource_t " minOccurs="0"/>
<xsd:element name="Extensions" type=" Extensions_t " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>