routeSteps element
Type: |
steps |
Namespace: |
(default namespace) |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<routeSteps>
<step>
<id>...</id>
<type>...</type>
<status>...</status>
<executeRoute>...</executeRoute>
<precedingStep>...</precedingStep>
<metadata>
<links />
</metadata>
</step>
<step>
<!--...-->
</step>
<!--...more "step" elements...-->
</routeSteps>
Example JSON
{
"step" : [ {
"id" : "...",
"type" : "...",
"status" : "...",
"executeRoute" : "...",
"precedingStep" : "...",
"metadata" : {
"links" : {
}
}
}, ... ]
}