routerList Data Type

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
routerInfo routerInfo element 0/unbounded  

Example

<RouterList>
  <routerInfo>
    <routerId>...</routerId>
    <polygon>...</polygon>
    <buildTime>...</buildTime>
    <transitServiceStarts>...</transitServiceStarts>
    <transitServiceEnds>...</transitServiceEnds>
    <transitModes>...</transitModes>
    <centerLatitude>...</centerLatitude>
    <centerLongitude>...</centerLongitude>
    <hasParkRide>...</hasParkRide>
    <travelOptions>
      <value>...</value>
      <name>...</name>
    </travelOptions>
  </routerInfo>
</RouterList>