Documentation for TrainingCenterDatabasev2

Simple Type: PartNumber_t

[Table of contents]

Super-types: xsd:token < Token_t (by restriction) < PartNumber_t (by restriction)
Sub-types: None
Name PartNumber_t
Used by (from the same schema document) Complex Type Application_t
Content
  • Base XSD Type: token
  • pattern = [\p{Lu}\d]{3}-[\p{Lu}\d]{5}-[\p{Lu}\d]{2}
Documentation The formatted XXX-XXXXX-XX Garmin part number of a PC application.
Diagram
Schema Component Representation
<xsd:simpleType name="PartNumber_t">
<xsd:restriction base=" Token_t ">
<xsd:pattern value="[\p{Lu}\d]{3}-[\p{Lu}\d]{5}-[\p{Lu}\d]{2}"/>
</xsd:restriction>
</xsd:simpleType>