Documentation for TrainingCenterDatabasev2

Simple Type: RestrictedToken_t

[Table of contents]

Super-types: xsd:token < Token_t (by restriction) < RestrictedToken_t (by restriction)
Sub-types: None
Name RestrictedToken_t
Used by (from the same schema document) Complex Type Plan_t , Complex Type NameKeyReference_t , Complex Type Workout_t , Complex Type Step_t , Complex Type Course_t
Content
  • Base XSD Type: token
  • length >= 1
Diagram
Schema Component Representation
<xsd:simpleType name="RestrictedToken_t">
<xsd:restriction base=" Token_t ">
<xsd:minLength value="1"/>
<xsd:maxLength value="15"/>
</xsd:restriction>
</xsd:simpleType>