complexType tcip:CcReportPullIns
diagram
namespace http://www.TCIP-Adopted-03-00-01
children report-employee report-time pull-ins
used by
element tcip:ccReportPullIns
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>

element tcip:CcReportPullIns/report-employee
diagram
type tcip:CPTEmployeeIden
properties
isRef 0
content complex
children employee-id agency-id firstName middleName lastName
source <xs:element name="report-employee" type="CPTEmployeeIden"/>

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

element tcip:CcReportPullIns/pull-ins
diagram
properties
isRef 0
content complex
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>

element tcip:CcReportPullIns/pull-ins/pull-in
diagram
type tcip:CCPullInReport
properties
isRef 0
content complex
children vehicle pullin-time pullin-trip pullin-location parked-spot localCCPullInReport
source <xs:element name="pull-in" type="CCPullInReport"/>


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