Definition Type: Element
Name: AltitudeMeanSeaLevel
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 mean sea level, + above, - below, decimal fraction f in arbitrary length (ex. +10 )
Collapse XSD Schema Diagram:
XSD Diagram of AltitudeMeanSeaLevel in schema physicallocation_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="AltitudeMeanSeaLevel" type="xsd:decimal" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>[(+)|-]x.f meter from mean sea level, + above, - below, decimal fraction f in arbitrary length (ex. +10 )</xsd:documentation>
    </xsd:annotation>
</xsd:element>