diagram | ![]() |
||
namespace | http://www.TCIP-Adopted-03-00-01 | ||
children | report-employee report-time pull-ins | ||
used by |
|
||
source | <xs:complexType name="CcReportPullIns"> <xs:sequence> <xs:element name="report-employee" type="CPTEmployeeIden"/> <!-- who made the report --> <xs:element name="report-time" type="CPT-DateTime"/> <!-- when the report was made --> <xs:element name="pull-ins"> <xs:complexType> <xs:sequence maxOccurs="100"> <xs:element name="pull-in" type="CCPullInReport"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | tcip:CPTEmployeeIden | ||||
properties |
|
||||
children | employee-id agency-id firstName middleName lastName | ||||
source | <xs:element name="report-employee" type="CPTEmployeeIden"/> |
diagram | ![]() |
||||
type | tcip:CPT-DateTime | ||||
properties |
|
||||
source | <xs:element name="report-time" type="CPT-DateTime"/> |
diagram | ![]() |
||||
properties |
|
||||
children | pull-in | ||||
source | <xs:element name="pull-ins"> <xs:complexType> <xs:sequence maxOccurs="100"> <xs:element name="pull-in" type="CCPullInReport"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | tcip:CCPullInReport | ||||
properties |
|
||||
children | vehicle pullin-time pullin-trip pullin-location parked-spot localCCPullInReport | ||||
source | <xs:element name="pull-in" type="CCPullInReport"/> |