Documentation for ATIS-Draft-03-00-79

Complex Type: PiFoundItemsSub

[Table of contents]

Super-types: None
Sub-types: None
Name PiFoundItemsSub
Used by (from the same schema document) Element piFoundItemsSub
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>
</...>
Diagram
h-527207252 h1282328469
Schema Component Representation
<xs:complexType name="PiFoundItemsSub">
<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:sequence>
</xs:complexType>