Documentation for ATIS-Draft-03-00-79

Complex Type: CptLoadControl

[Table of contents]

Super-types: None
Sub-types: None
Name CptLoadControl
Used by (from the same schema document) Element cptLoadControl
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>
<most-Recent-Load-Time> CPT-DateTime </most-Recent-Load-Time> [1]
<most-Recent-Load-File> CPTLoadFileHeader </most-Recent-Load-File> [1]
<most-Recent-Load-Success> CPT-Boolean </most-Recent-Load-Success> [1]
<stop-Load> CPT-Boolean </stop-Load> [1]
<load-Stop-Reason> CPT-LoadStopReason </load-Stop-Reason> [0..1]
<next-file-requested> CPTLoadFileHeader </next-file-requested> [0..1]
<next-file-update-since> CPT-DateTime </next-file-update-since> [0..1]
</...>
Diagram
h-956766127 h1272267302 h-956766127 h325016637 h325016637 h-1836714825 h-956766127 h1272267302
Schema Component Representation
<xs:complexType name="CptLoadControl">
<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:element name="most-Recent-Load-Time" type=" CPT-DateTime "/>
<xs:element name="most-Recent-Load-File" type=" CPTLoadFileHeader "/>
<xs:element name="most-Recent-Load-Success" type=" CPT-Boolean "/>
<xs:element name="stop-Load" type=" CPT-Boolean "/>
<-- set to False if load is to continue, -->
<xs:element name="load-Stop-Reason" type=" CPT-LoadStopReason " minOccurs="0"/>
<xs:element name="next-file-requested" type=" CPTLoadFileHeader " minOccurs="0"/>
<xs:element name="next-file-update-since" type=" CPT-DateTime " minOccurs="0"/>
<-- presence of next-file-update-since indicates the next file should be updates since the indicated date/time only, not a complete file load -->
</xs:sequence>
</xs:complexType>