Documentation for TrainingCenterDatabasev2

Complex Type: WorkoutList_t

[Table of contents]

Super-types: None
Sub-types: None
Name WorkoutList_t
Used by (from the same schema document) Complex Type TrainingCenterDatabase_t
Abstract no
XML Instance Representation
<...>
<Workout> Workout_t
<!--
Uniqueness Constraint - StepIdMustBeUnique
Selector - .//*
Field(s) - tc2:StepId
-->
</Workout> [0..*]

'The StepId should be unique within a workout and should not exceed 20. This restricts the number of steps in a workout to 20.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="WorkoutList_t">
<xsd:sequence>
<xsd:element name="Workout" type=" Workout_t " minOccurs="0" maxOccurs="unbounded">
<xsd:unique name="StepIdMustBeUnique">
<xsd:selector xpath=".//*"/>
<xsd:field xpath="tc2:StepId"/>
</xsd:unique>
</xsd:element>
</xsd:sequence>
</xsd:complexType>