element <elevation> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within addressType complexType in hscommon.xsd; see XML source
XML Representation Summary
<elevation>
   
Content: 
{ xsd:string }
</elevation>
Included in content model of elements (6):
accountAddress (in account), address, address (in contact), address (in location), address (in myProfile), billingAddress (in card)
Annotation
This element specifies the elevation above sea level with respect to geodetic datum WGS84. The unit of measure for this value is meters.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="elevation" type="string">
<xsd:annotation>
<xsd:documentation>
This element specifies the elevation above sea level with respect to
geodetic datum WGS84. The unit of measure for this value is meters.
</xsd:documentation>
</xsd:annotation>
</xsd:element>