complexType lrms:GeoLocation
diagram
namespace http://www.LRMS-Adopted-02-00-00
children latitude longitude horizontalDatum height
used by
elements LinkList/begin-node-location OrganizationCenterInformation/center-location DetectorDetails/detector-location DeviceInventoryHeader/device-location DeviceLocation/device-location LinkList/end-node-location lrms:CrossStreetsLink/endGeoLocation lrms:GeoLocationLink/endPoint LandmarkLocation/geo-location PointOnLink/geo-location lrms:NodeAttribute/geoLocation lrms:CrossStreetsPoint/geoLocation lrms:PointLocation/geoLocationPoint lrms:GeoCoord/geoLocationPoint lrms:Geometry/node NodeList/node-location lrms:Geometry/nodeOffset/originNode RampMeterInventory/ramp-location lrms:CrossStreetsLink/startGeoLocation lrms:GeoLocationLink/startPoint
source <xs:complexType name="GeoLocation">
 
<xs:sequence>
   
<xs:element name="latitude" type="Latitude"/>
   
<xs:element name="longitude" type="Longitude"/>
   
<xs:element name="horizontalDatum" type="HorizontalDatum" minOccurs="0"/>
   
<xs:element name="height" type="Height" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element lrms:GeoLocation/latitude
diagram
type lrms:Latitude
properties
isRef 0
content simple
facets
minInclusive -90000000
maxInclusive +90000000
source <xs:element name="latitude" type="Latitude"/>

element lrms:GeoLocation/longitude
diagram
type lrms:Longitude
properties
isRef 0
content simple
facets
minInclusive -180000000
maxInclusive +180000000
source <xs:element name="longitude" type="Longitude"/>

element lrms:GeoLocation/horizontalDatum
diagram
type lrms:HorizontalDatum
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="horizontalDatum" type="HorizontalDatum" minOccurs="0"/>

element lrms:GeoLocation/height
diagram
type lrms:Height
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children altitude verticalDatum verticalLevel
source <xs:element name="height" type="Height" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy