Documentation for TrainingCenterDatabasev2

Complex Type: Device_t

[Table of contents]

Super-types: AbstractSource_t < Device_t (by extension)
Sub-types: None
Name Device_t
Abstract no
Documentation Identifies the originating GPS device that tracked a run or used to identify the type of device capable of handling the data for loading.
XML Instance Representation
<...>
<Name> Token_t </Name> [1]
<UnitId> xsd:unsignedInt </UnitId> [1]
<ProductID> xsd:unsignedShort </ProductID> [1]
<Version> Version_t </Version> [1]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Device_t">
<xsd:complexContent>
<xsd:extension base=" AbstractSource_t ">
<xsd:sequence>
<xsd:element name="UnitId" type=" xsd:unsignedInt "/>
<xsd:element name="ProductID" type=" xsd:unsignedShort "/>
<xsd:element name="Version" type=" Version_t "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>