Documentation for ATIS-Draft-03-00-79

Complex Type: PiPushAgencyFiles

[Table of contents]

Super-types: None
Sub-types: None
Name PiPushAgencyFiles
Used by (from the same schema document) Element piPushAgencyFiles
Abstract no
XML Instance Representation
<...>
<push-header> CPTPushHeader </push-header> [1]
<files> [0..1]
Start Sequence [1..5000]
<file> PIAgencyStaticFile </file> [1]
End Sequence
</files>
</...>
Diagram
h-1737467159 h-1445532627
Schema Component Representation
<xs:complexType name="PiPushAgencyFiles">
<xs:sequence>
<xs:element name="push-header" type=" CPTPushHeader "/>
<xs:element name="files" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="5000">
<xs:element name="file" type=" PIAgencyStaticFile "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>