Documentation for GarminDevicev2

Complex Type: Protocols_t

[Table of contents]

Super-types: None
Sub-types: None
Name Protocols_t
Used by (from the same schema document) Complex Type GarminMode_t
Abstract no
Documentation A list of supported protocols and associated data types. This list shows the features a pda supports.
XML Instance Representation
<...>
<Link> Protocol_t </Link> [0..1]
<Application> AppProtocol_t
<!--
Uniqueness Constraint - UniqueDataType
Selector - gd:DataType
Field(s) - .
-->
</Application> [1..*]
<Transport> Protocol_t </Transport> [0..1]
</...>
Diagram
h1073417938 h1073417938
Schema Component Representation
<xsd:complexType name="Protocols_t">
<xsd:sequence>
<xsd:element name="Link" type=" Protocol_t " minOccurs="0"/>
<xsd:element name="Application" type=" AppProtocol_t " maxOccurs="unbounded">
<xsd:unique name="UniqueDataType">
<xsd:selector xpath="gd:DataType"/>
<xsd:field xpath="."/>
</xsd:unique>
</xsd:element>
<xsd:element name="Transport" type=" Protocol_t " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>