Documentation for TrainingCenterDatabasev2

Complex Type: Step_t

[Table of contents]

Super-types: AbstractStep_t < Step_t (by extension)
Sub-types: None
Name Step_t
Abstract no
XML Instance Representation
<...>
<StepId> StepId_t </StepId> [1]
<Name> RestrictedToken_t </Name> [0..1]
<Duration> Duration_t </Duration> [1]
<Intensity> Intensity_t </Intensity> [1]
<Target> Target_t </Target> [1]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Step_t">
<xsd:complexContent>
<xsd:extension base=" AbstractStep_t ">
<xsd:sequence>
<xsd:element name="Name" type=" RestrictedToken_t " minOccurs="0"/>
<xsd:element name="Duration" type=" Duration_t "/>
<xsd:element name="Intensity" type=" Intensity_t "/>
<xsd:element name="Target" type=" Target_t "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>