Documentation for GarminDevicev2

Complex Type: UnlockCode_t

[Table of contents]

Super-types: None
Sub-types: None
Name UnlockCode_t
Used by (from the same schema document) Complex Type Device_t
Abstract no
Documentation A unlock code and it's comment.
XML Instance Representation
<...>
<Code> Code_t </Code> [1]
<Comment> xsd:string </Comment> [0..1]
</...>
Diagram
h-500263065
Schema Component Representation
<xsd:complexType name="UnlockCode_t">
<xsd:sequence>
<xsd:element name="Code" type=" Code_t "/>
<xsd:element name="Comment" type=" xsd:string " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>