Documentation for ATIS-Draft-03-00-79

Complex Type: CcReportPullIns

[Table of contents]

Super-types: None
Sub-types: None
Name CcReportPullIns
Used by (from the same schema document) Element ccReportPullIns
Abstract no
XML Instance Representation
<...>
<report-employee> CPTEmployeeIden </report-employee> [1]
<report-time> CPT-DateTime </report-time> [1]
<pull-ins> [1]
Start Sequence [1..100]
<pull-in> CCPullInReport </pull-in> [1]
End Sequence
</pull-ins>
</...>
Diagram
h-1303246092 h1272267302 h1082207299
Schema Component Representation
<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 minOccurs="1" maxOccurs="100">
<xs:element name="pull-in" type=" CCPullInReport "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>