DispatchSpecification

 


<specification>
        <IsNeedMatchCode>boolean</IsNeedMatchCode>
        <CurrentTime>dateTime</CurrentTime>
        <DispatchMode>Auto or EqualStop or SingleRegion or MultipleRegion or EqualHour or EqualDistance or TimeWindow</DispatchMode>
        <MinimumOptimization>int</MinimumOptimization>
        <DistanceUnit>Mile or Kilometer</DistanceUnit>

        <RoutingService>NetRoad or TrackRoad or Bing</RoutingService>
        <Vehicles>
          <Vehicle>
            <Name>string</Name>
            <Email>string</Email>
            <Group>string</Group>
            <Speed>int</Speed>
            <MaxStops>int</MaxStops>
            <MaxWeight>double</MaxWeight>
            <MaxSkids>int</MaxSkids>
            <MaxVolume>double</MaxVolume>
            <MaxMinutes>int</MaxMinutes>
            <OnTheRoad>boolean</OnTheRoad>
            <Tin>dateTime</Tin>
            <Tout>dateTime</Tout>
            <StartLocation xsi:nil="true" />
            <FinishLocation xsi:nil="true" />
          </Vehicle>
          <Vehicle>
            <Name>string</Name>
            <Email>string</Email>
            <Group>string</Group>
            <Speed>int</Speed>
            <MaxStops>int</MaxStops>
            <MaxWeight>double</MaxWeight>
            <MaxSkids>int</MaxSkids>
            <MaxVolume>double</MaxVolume>
            <MaxMinutes>int</MaxMinutes>
            <OnTheRoad>boolean</OnTheRoad>
            <Tin>dateTime</Tin>
            <Tout>dateTime</Tout>
            <StartLocation xsi:nil="true" />
            <FinishLocation xsi:nil="true" />
          </Vehicle>
        </Vehicles>
        <Locations>
          <Location>
            <MatchCode>None or Poor or Approx or Good or Exact</MatchCode>
            <Name>string</Name>
            <Delivery>string</Delivery>
            <Vehicle>string</Vehicle>
            <LatLong xsi:nil="true" />
            <Address xsi:nil="true" />
            <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>
          </Location>
          <Location>
            <MatchCode>None or Poor or Approx or Good or Exact</MatchCode>
            <Name>string</Name>
            <Delivery>string</Delivery>
            <Vehicle>string</Vehicle>
            <LatLong xsi:nil="true" />
            <Address xsi:nil="true" />
            <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>
          </Location>
        </Locations>
</specification>