Documentation for gpx1.1

Complex Type: linkType

[Table of contents]

Super-types: None
Sub-types: None
Name linkType
Used by (from the same schema document) Complex Type metadataType , Complex Type wptType , Complex Type rteType , Complex Type trkType , Complex Type personType
Abstract no
Documentation A link to an external resource (Web page, digital photo, video clip, etc) with additional information.
XML Instance Representation
<...
href=" xsd:anyURI [1]

'URL of hyperlink.'

"
>
<text> xsd:string </text> [0..1]

'Text of hyperlink.'

<type> xsd:string </type> [0..1]

'Mime type of content (image/jpeg)'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="linkType">
<xsd:sequence>
<-- elements must appear in this order -->
<xsd:element name="text" type=" xsd:string " minOccurs="0"/>
<xsd:element name="type" type=" xsd:string " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="href" type=" xsd:anyURI " use="required"/>
</xsd:complexType>