| diagram | ![]() |
||
| namespace | http://www.TCIP-Adopted-03-00-01 | ||
| children | vehicle employee time ready issues localCcPTVInspection | ||
| used by |
|
||
| source | <xs:complexType name="CcPTVInspection"> <xs:sequence> <xs:element name="vehicle" type="CPTVehicleIden"/> <xs:element name="employee" type="CPTEmployeeIden"/> <!-- who performed PTV inspection --> <xs:element name="time" type="CPT-DateTime"/> <!-- when employee reported inspection --> <xs:element name="ready" type="CPT-Boolean"/> <xs:element name="issues" minOccurs="0"> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="issue" type="CC-PTVInspectionFault"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="localCcPTVInspection" type="local:CcPTVInspection" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||
| type | tcip:CPTVehicleIden | ||||
| properties |
|
||||
| children | vehicle-id agency-id vin | ||||
| source | <xs:element name="vehicle" type="CPTVehicleIden"/> |
| diagram | ![]() |
||||
| type | tcip:CPTEmployeeIden | ||||
| properties |
|
||||
| children | employee-id agency-id firstName middleName lastName | ||||
| source | <xs:element name="employee" type="CPTEmployeeIden"/> |
| diagram | |||||
| type | tcip:CPT-DateTime | ||||
| properties |
|
||||
| source | <xs:element name="time" type="CPT-DateTime"/> |
| diagram | |||||
| type | tcip:CPT-Boolean | ||||
| properties |
|
||||
| source | <xs:element name="ready" type="CPT-Boolean"/> |
| diagram | ![]() |
||||||||
| properties |
|
||||||||
| children | issue | ||||||||
| source | <xs:element name="issues" minOccurs="0"> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="issue" type="CC-PTVInspectionFault"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||
| type | tcip:CC-PTVInspectionFault | ||||
| properties |
|
||||
| source | <xs:element name="issue" type="CC-PTVInspectionFault"/> |
| diagram | ![]() |
||||||||
| type | CcPTVInspection | ||||||||
| properties |
|
||||||||
| children | yourName | ||||||||
| source | <xs:element name="localCcPTVInspection" type="local:CcPTVInspection" minOccurs="0"/> |