Documentation for ATIS-Draft-03-00-79

Complex Type: CcPTVInspectionAck

[Table of contents]

Super-types: None
Sub-types: None
Name CcPTVInspectionAck
Used by (from the same schema document) Element ccPTVInspectionAck
Abstract no
XML Instance Representation
<...>
<vehicle> CPTVehicleIden </vehicle> [1]
<employee> CPTEmployeeIden </employee> [1]
<time> CPT-DateTime </time> [1]
<ready> CPT-Boolean </ready> [1]
<issues> [0..1]
Start Sequence [0..*]
<issue> CC-PTVInspectionFault </issue> [1]
End Sequence
</issues>
<time-acknowledged> CPT-DateTime </time-acknowledged> [1]
<ack-employeeID> CPT-EmployeeID </ack-employeeID> [1]
</...>
Diagram
h1471596526 h-1303246092 h1272267302 h325016637 h1641749284 h1272267302 h-1799120876
Schema Component Representation
<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>