Schema Component Representation
<
xs:complexType
name="
TSPStatus">
<
xs:sequence>
<
xs:element
name="
loc-dir"
type="
lrms:Angle
"/>
<
xs:element
name="
loc-quality"
type="
SPDataQuality
"
minOccurs="
0"/>
<
xs:element
name="
doorStatusOpen"
type="
CPT-Boolean
"/>
<
xs:element
name="
requestCancel"
type="
CPT-Boolean
"/>
<
xs:element
name="
currentRoute"
type="
SCHRouteIden
"
minOccurs="
0"/>
<
xs:element
name="
currentRun"
type="
SCHRunIden
"
minOccurs="
0"/>
<
xs:element
name="
currentTrip"
type="
SCHTripIden
"
minOccurs="
0"/>
<
xs:element
name="
currentOperator"
type="
CPTOperatorIden
"
minOccurs="
0"/>
<
xs:element
name="
express"
type="
CPT-Boolean
"
minOccurs="
0"/>
<
xs:element
name="
override"
type="
CPT-Boolean
"
minOccurs="
0"/>
<
xs:element
name="
alert"
type="
CPT-Boolean
"
minOccurs="
0"/>
<
xs:element
name="
stopRequested"
type="
CPT-Boolean
"
minOccurs="
0"/>
<
xs:element
name="
localTSPStatus"
type="
local:TSPStatus
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>