Definition Type: Element
Name: Altitude
Namespace: http://ns.hr-xml.org/2007-04-15
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: PhysicalLocation.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
[(+)|-]x.f meter from WGS-84 datum reference ellipsoid, + above, - below, decimal fraction f in arbitrary length (ex. +12 )
Collapse XSD Schema Diagram:
XSD Diagram of Altitude in schema physicallocation_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Altitude" type="xsd:decimal" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>[(+)|-]x.f meter from WGS-84 datum reference ellipsoid, + above, - below, decimal fraction f in arbitrary length (ex. +12 )</xsd:documentation>
    </xsd:annotation>
</xsd:element>