Documentation for GarminDevicev2

Complex Type: Device_t

[Table of contents]

Super-types: None
Sub-types: None
Name Device_t
Used by (from the same schema document) Element Device
Abstract no
XML Instance Representation
<...>
<Model> Model_t </Model> [1]
<Id> xsd:unsignedInt </Id> [1]

'A globally unique identifier for this device.'

<RegistrationCode> RegistrationCode_t </RegistrationCode> [0..1]
<Unlock> UnlockCode_t </Unlock> [0..*]
<DisplayName> xsd:token </DisplayName> [0..1]

'A user-editable name displayed by this device.'

<MassStorageMode> MassStorageMode_t
<!--
Uniqueness Constraint - DataTypeName
Selector - gd:DataType
Field(s) - gd:Name
-->
</MassStorageMode> [0..1]
<GarminMode> GarminMode_t </GarminMode> [0..1]
<Extensions> Extensions_t </Extensions> [0..1]
</...>
Diagram
h1956828345 h-211272192 h-1142917109 h1892046583 h1209008142
Schema Component Representation
<xsd:complexType name="Device_t">
<xsd:sequence>
<xsd:element name="Model" type=" Model_t "/>
<xsd:element name="Id" type=" xsd:unsignedInt "/>
<xsd:element name="RegistrationCode" type=" RegistrationCode_t " minOccurs="0"/>
<xsd:element name="Unlock" type=" UnlockCode_t " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="DisplayName" type=" xsd:token " minOccurs="0"/>
<xsd:element name="MassStorageMode" type=" MassStorageMode_t " minOccurs="0">
<xsd:unique name="DataTypeName">
<xsd:selector xpath="gd:DataType"/>
<xsd:field xpath="gd:Name"/>
</xsd:unique>
</xsd:element>
<xsd:element name="GarminMode" type=" GarminMode_t " minOccurs="0"/>
<xsd:element name="Extensions" type=" Extensions_t " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>