element <velocity> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
locally within addressType complexType in hscommon.xsd; see XML source
Includes:
definitions of 2 elements
XML Representation Summary
<velocity>
   
Content: 
</velocity>
Content model elements (2):
direction (in velocity), speed (in velocity)
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 last reported velocity associated with this address. Obviously for fixed addresses the velocity node either would not be present, or would be zero (indicating stationary position).
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="velocity">
<xsd:annotation>
<xsd:documentation>
This element specifies the last reported velocity
associated with this address. Obviously for
fixed addresses the velocity node either would not
be present, or would be zero (indicating stationary
position).
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="speed" type="string">
<xsd:annotation>
<xsd:documentation>
This element specifies the last-known speed associated
with this report in units of meters per second.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="direction" type="string">
<xsd:annotation>
<xsd:documentation>
This element specifies the last known direction associated
with this report in units of decimal degrees.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 2/2)
direction
Type:
string, simple content
Defined:
locally within (this) velocity element
This element specifies the last known direction associated with this report in units of decimal degrees.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="direction" type="string">
<xsd:annotation>
<xsd:documentation>
This element specifies the last known direction associated
with this report in units of decimal degrees.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

speed
Type:
string, simple content
Defined:
locally within (this) velocity element
This element specifies the last-known speed associated with this report in units of meters per second.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="speed" type="string">
<xsd:annotation>
<xsd:documentation>
This element specifies the last-known speed associated
with this report in units of meters per second.
</xsd:documentation>
</xsd:annotation>
</xsd:element>