Uses the Component:ProximityMeasureGroupType
The ProximityMeasure component is used to identify the measure of relative distance and how that distance is being measured, i.e., driving distance, direct distance, etc.
Table 6.8. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ProximityMeasureType |
Identifies ProximityMeasure component is used to identify the measure of relative distance and how that distance is measured, i.e., driving distance, direct distance, etc. | 1..1 | Field | udt:TextType | |
ProximityMeasure |
The measurement of a distance relative to a specific location. | 1..1 | Field | sqdt:LengthMeasureType | |
GeographicalCoordinate |
The purpose of the Geographical Coordinate component is to determine the latitude and longitude of a place, by which its relative situation on the globe is known. | 0..1 | Component | GeographicalCoordinateType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.8. ProximityMeasureGroup
<ProximityMeasureGroup> <ProximityMeasureType>......</ProximityMeasureType> [1..1] <ProximityMeasure>......</ProximityMeasure> [1..1] <GeographicalCoordinate>......</GeographicalCoordinate> [0..1] </ProximityMeasureGroup>