Definition Type: ComplexType
Name: gPSCoordinates
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Height in schema mailxml_120308_xsd Drilldown into Longitude in schema mailxml_120308_xsd Drilldown into Latitude in schema mailxml_120308_xsd Drilldown into GPSSystem in schema mailxml_120308_xsdXSD Diagram of gPSCoordinates in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="gPSCoordinates">
    <xs:sequence>
        <xs:element name="Latitude" type="mailxml_base:dec18-8" />
        <xs:element name="Longitude" type="mailxml_base:dec18-8" />
        <xs:element name="Height" type="mailxml:measurementType" minOccurs="0" />
    </xs:sequence>
    <xs:attribute name="GPSSystem" type="mailxml_base:gPSSystemType" default="MSL" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Latitude mailxml:Latitude (1) (1)
Longitude mailxml:Longitude (1) (1)
Height mailxml:Height 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
GPSSystem mailxml:GPSSystem MSL (Optional)
Collapse Derivation Tree:
Collapse References:
mailxml:GPSCoordinates, mailxml:GPSCoordinates