Definition Type: ComplexType
Name: gPSCoordinates
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Height in schema papinetcommondefsv2r40_xsd Drilldown into Longitude in schema papinetcommondefsv2r40_xsd Drilldown into Latitude in schema papinetcommondefsv2r40_xsd Drilldown into GPSSystem in schema papinetcommondefsv2r40_xsdXSD Diagram of gPSCoordinates in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:complexType name="gPSCoordinates">
    <xs:sequence>
        <xs:element ref="Latitude" />
        <xs:element ref="Longitude" />
        <xs:element ref="Height" minOccurs="0" />
    </xs:sequence>
    <xs:attribute name="GPSSystem" type="gPSSystem" default="MSL" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Latitude pn:Latitude (1) (1)
Longitude pn:Longitude (1) (1)
Height pn:Height 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
GPSSystem pn:GPSSystem MSL (Optional)
Collapse Derivation Tree:
Collapse References:
pn:GPSCoordinates