Documentation for TrainingCenterDatabasev2

Simple Type: Repetitions_t

[Table of contents]

Super-types: xsd:positiveInteger < Repetitions_t (by restriction)
Sub-types: None
Name Repetitions_t
Used by (from the same schema document) Complex Type Repeat_t
Content
  • Base XSD Type: positiveInteger
  • 2 <= value <= 99
Diagram
Schema Component Representation
<xsd:simpleType name="Repetitions_t">
<xsd:restriction base=" xsd:positiveInteger ">
<xsd:minInclusive value="2"/>
<xsd:maxInclusive value="99"/>
</xsd:restriction>
</xsd:simpleType>