complexType tcip:CcPTVInspectionAck
diagram
namespace http://www.TCIP-Adopted-03-00-01
children vehicle employee time ready issues time-acknowledged ack-employeeID
used by
element tcip:ccPTVInspectionAck
source <xs:complexType name="CcPTVInspectionAck">
 
<xs:sequence>
   
<xs:element name="vehicle" type="CPTVehicleIden"/>
   
<xs:element name="employee" type="CPTEmployeeIden"/>
   
<!-- who inspected the PTV -->
   
<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="time-acknowledged" type="CPT-DateTime"/>
   
<xs:element name="ack-employeeID" type="CPT-EmployeeID"/>
 
</xs:sequence>
</xs:complexType>

element tcip:CcPTVInspectionAck/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:CcPTVInspectionAck/employee
diagram
type tcip:CPTEmployeeIden
properties
isRef 0
content complex
children employee-id agency-id firstName middleName lastName
source <xs:element name="employee" type="CPTEmployeeIden"/>

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

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

element tcip:CcPTVInspectionAck/issues
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
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>

element tcip:CcPTVInspectionAck/issues/issue
diagram
type tcip:CC-PTVInspectionFault
properties
isRef 0
content simple
source <xs:element name="issue" type="CC-PTVInspectionFault"/>

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

element tcip:CcPTVInspectionAck/ack-employeeID
diagram
type tcip:CPT-EmployeeID
properties
isRef 0
content simple
source <xs:element name="ack-employeeID" type="CPT-EmployeeID"/>


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