Documentation for ATIS-Draft-03-00-79

Complex Type: CptFilesToUnload

[Table of contents]

Super-types: None
Sub-types: None
Name CptFilesToUnload
Used by (from the same schema document) Element cptFilesToUnload
Abstract no
XML Instance Representation
<...>
<vehicle> CPTVehicleIden </vehicle> [0..1]
<componentID> OB-MID </componentID> [0..1]
<stoppoint> CPTStoppointIden </stoppoint> [0..1]
<field-address> CPT-IP-Address </field-address> [0..1]
<field-port> CPT-UDP-TCP-PortNumber </field-port> [0..1]
<available-files> [1]
Start Sequence [1..100]
<available-file> CPTUnloadFileHeader </available-file> [1]
End Sequence
</available-files>
</...>
Diagram
h1471596526 h-199933997 h2146772752 h1940310233 h1843986733 h-615803222
Schema Component Representation
<xs:complexType name="CptFilesToUnload">
<xs:sequence>
<xs:element name="vehicle" type=" CPTVehicleIden " minOccurs="0"/>
<xs:element name="componentID" type=" OB-MID " minOccurs="0"/>
<xs:element name="stoppoint" type=" CPTStoppointIden " minOccurs="0"/>
<xs:element name="field-address" type=" CPT-IP-Address " minOccurs="0"/>
<xs:element name="field-port" type=" CPT-UDP-TCP-PortNumber " minOccurs="0"/>
<xs:element name="available-files">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="available-file" type=" CPTUnloadFileHeader "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>