Documentation for TrainingCenterDatabasev2

Simple Type: Sport_t

[Table of contents]

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