Documentation for TrainingCenterDatabasev2

Simple Type: TrainingType_t

[Table of contents]

Super-types: xsd:token < Token_t (by restriction) < TrainingType_t (by restriction)
Sub-types: None
Name TrainingType_t
Used by (from the same schema document) Complex Type Plan_t
Content
  • Base XSD Type: token
  • value comes from list: {'Workout'|'Course'}
Diagram
Schema Component Representation
<xsd:simpleType name="TrainingType_t">
<xsd:restriction base=" Token_t ">
<xsd:enumeration value="Workout"/>
<xsd:enumeration value="Course"/>
</xsd:restriction>
</xsd:simpleType>