complexType tcip:CcVehicleStartupReport
diagram
namespace http://www.TCIP-Adopted-03-00-01
children vehicle date-time open-alarms engine-running localCcVehicleStartupReport
used by
element tcip:ccVehicleStartupReport
source <xs:complexType name="CcVehicleStartupReport">
 
<xs:sequence>
   
<xs:element name="vehicle" type="CPTVehicleIden"/>
   
<xs:element name="date-time" type="CPT-DateTime"/>
   
<xs:element name="open-alarms" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100">
         
<xs:element name="open-alarm" type="OBParameterDumpEntry"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="engine-running" type="CPT-Boolean"/>
   
<xs:element name="localCcVehicleStartupReport" type="local:CcVehicleStartupReport" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:CcVehicleStartupReport/vehicle
diagram
type tcip:CPTVehicleIden
properties
isRef 0
content complex
children vehicle-id agency-id vin
source <xs:element name="vehicle" type="CPTVehicleIden"/>

element tcip:CcVehicleStartupReport/date-time
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="date-time" type="CPT-DateTime"/>

element tcip:CcVehicleStartupReport/open-alarms
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children open-alarm
source <xs:element name="open-alarms" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100">
     
<xs:element name="open-alarm" type="OBParameterDumpEntry"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CcVehicleStartupReport/open-alarms/open-alarm
diagram
type tcip:OBParameterDumpEntry
properties
isRef 0
content complex
children recorded-Time parameter-id parameter-value localOBParameterDumpEntry
source <xs:element name="open-alarm" type="OBParameterDumpEntry"/>

element tcip:CcVehicleStartupReport/engine-running
diagram
type tcip:CPT-Boolean
properties
isRef 0
content simple
source <xs:element name="engine-running" type="CPT-Boolean"/>

element tcip:CcVehicleStartupReport/localCcVehicleStartupReport
diagram
type CcVehicleStartupReport
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localCcVehicleStartupReport" type="local:CcVehicleStartupReport" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy