Documentation for ATIS-Draft-03-00-79

Complex Type: PiFoundItems

[Table of contents]

Super-types: None
Sub-types: None
Name PiFoundItems
Used by (from the same schema document) Element piFoundItems
Abstract no
XML Instance Representation
<...>
<subscriptionHeader> CPTSubscriptionHeader </subscriptionHeader> [1]
<lost-items> [1]
Start Sequence [1..100]
<lost-item> PILostItem </lost-item> [1]
End Sequence
</lost-items>
<found-items> [0..1]
Start Sequence [1..1000]
<found-item> PIFoundItem </found-item> [1]
End Sequence
</found-items>
</...>
Diagram
h-527207252 h1282328469 h684202551
Schema Component Representation
<xs:complexType name="PiFoundItems">
<xs:sequence>
<xs:element name="subscriptionHeader" type=" CPTSubscriptionHeader "/>
<xs:element name="lost-items">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="lost-item" type=" PILostItem "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="found-items" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="found-item" type=" PIFoundItem "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>