Documentation for ATIS-Draft-03-00-79

Complex Type: CptOnboardVersionNotice

[Table of contents]

Super-types: None
Sub-types: None
Name CptOnboardVersionNotice
Used by (from the same schema document) Element cptOnboardVersionNotice
Abstract no
XML Instance Representation
<...>
<files-on-hand> [1]
Start Sequence [1..100]
<files-on-hand-item> CPTLoadFileHeader </files-on-hand-item> [1]
End Sequence
</files-on-hand>
</...>
Diagram
h-956766127
Schema Component Representation
<xs:complexType name="CptOnboardVersionNotice">
<xs:sequence>
<xs:element name="files-on-hand">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="files-on-hand-item" type=" CPTLoadFileHeader "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>