Documentation for TrainingCenterDatabasev2

Complex Type: Plan_t

[Table of contents]

Super-types: None
Sub-types: None
Name Plan_t
Used by (from the same schema document) Complex Type Training_t
Abstract no
XML Instance Representation
<...
Type=" TrainingType_t [1]"
IntervalWorkout=" xsd:boolean [1]">
<Name> RestrictedToken_t </Name> [0..1]
<Extensions> Extensions_t </Extensions> [0..1]

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

</...>
Diagram
h-1224749842 h1209008142 h1407593966
Schema Component Representation
<xsd:complexType name="Plan_t">
<xsd:sequence>
<xsd:element name="Name" type=" RestrictedToken_t " minOccurs="0"/>
<xsd:element name="Extensions" type=" Extensions_t " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="Type" type=" TrainingType_t " use="required"/>
<xsd:attribute name="IntervalWorkout" type=" xsd:boolean " use="required"/>
</xsd:complexType>