Documentation for ATIS-Draft-03-00-79

Complex Type: PiReportFoundItems

[Table of contents]

Super-types: None
Sub-types: None
Name PiReportFoundItems
Used by (from the same schema document) Element piReportFoundItems
Abstract no
XML Instance Representation
<...>
<time-sent> CPT-DateTime </time-sent> [1]
<reports> [1]
Start Sequence [1..500]
<report> PIFoundItem </report> [1]
End Sequence
</reports>
</...>
Diagram
h1272267302 h684202551
Schema Component Representation
<xs:complexType name="PiReportFoundItems">
<xs:sequence>
<xs:element name="time-sent" type=" CPT-DateTime "/>
<xs:element name="reports">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="report" type=" PIFoundItem "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>