DistanceSpecification

 

<specification>
        <StartLocation>
          <MatchCode>None or Poor or Approx or Good or Exact</MatchCode>
          <Name>string</Name>
          <Delivery>string</Delivery>
          <Vehicle>string</Vehicle>
          <LatLong>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
          </LatLong>
          <Address>
            <Street>string</Street>
            <City>string</City>
            <State>string</State>
            <PostalCode>string</PostalCode>
            <Country>string</Country>
          </Address>
          <Priority>int</Priority>
          <Wait>int</Wait>
          <Volume>double</Volume>
          <Weight>double</Weight>
          <Skids>int</Skids>
          <TimeConstraintArrival>dateTime</TimeConstraintArrival>
          <TimeConstraintDeparture>dateTime</TimeConstraintDeparture>
          <LocationType>Midway or Start or Finish or Delivery</LocationType>
          <CanArriveEarly>boolean</CanArriveEarly>
          <Distance>double</Distance>
          <Time>int</Time>
        </StartLocation>
        <FinishLocation>
          <MatchCode>None or Poor or Approx or Good or Exact</MatchCode>
          <Name>string</Name>
          <Delivery>string</Delivery>
          <Vehicle>string</Vehicle>
          <LatLong>
            <Latitude>double</Latitude>
            <Longitude>double</Longitude>
          </LatLong>
          <Address>
            <Street>string</Street>
            <City>string</City>
            <State>string</State>
            <PostalCode>string</PostalCode>
            <Country>string</Country>
          </Address>
          <Priority>int</Priority>
          <Wait>int</Wait>
          <Volume>double</Volume>
          <Weight>double</Weight>
          <Skids>int</Skids>
          <TimeConstraintArrival>dateTime</TimeConstraintArrival>
          <TimeConstraintDeparture>dateTime</TimeConstraintDeparture>
          <LocationType>Midway or Start or Finish or Delivery</LocationType>
          <CanArriveEarly>boolean</CanArriveEarly>
          <Distance>double</Distance>
          <Time>int</Time>
        </FinishLocation>
        <DistanceUnit>Mile or Kilometer</DistanceUnit>
</specification>