element <longitude> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within addressType complexType in hscommon.xsd; see XML source
XML Representation Summary
<longitude>
   
Content: 
{ xsd:string }
</longitude>
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 longitude value for this address in units of decimal degrees. Geodetic datum WGS84 is required.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="longitude" type="string">
<xsd:annotation>
<xsd:documentation>
This element specifies the longitude value for this address in
units of decimal degrees. Geodetic datum WGS84 is required.
</xsd:documentation>
</xsd:annotation>
</xsd:element>