Documentation for gpx1.1

Complex Type: copyrightType

[Table of contents]

Super-types: None
Sub-types: None
Name copyrightType
Used by (from the same schema document) Complex Type metadataType
Abstract no
Documentation Information about the copyright holder and any license governing use of this file. By linking to an appropriate license, you may place your data into the public domain or grant additional usage rights.
XML Instance Representation
<...
author=" xsd:string [1]

'Copyright holder (TopoSoft, Inc.)'

"
>
<year> xsd:gYear </year> [0..1]

'Year of copyright.'

<license> xsd:anyURI </license> [0..1]

'Link to external file containing license text.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="copyrightType">
<xsd:sequence>
<-- elements must appear in this order -->
<xsd:element name="year" type=" xsd:gYear " minOccurs="0"/>
<xsd:element name="license" type=" xsd:anyURI " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="author" type=" xsd:string " use="required"/>
</xsd:complexType>