Documentation for TrainingCenterDatabasev2

Simple Type: Intensity_t

[Table of contents]

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