Documentation for ATIS-Draft-03-00-79

Complex Type: CcOnboardSoftware

[Table of contents]

Super-types: None
Sub-types: None
Name CcOnboardSoftware
Used by (from the same schema document) Element ccOnboardSoftware
Abstract no
XML Instance Representation
<...>
<file-header> CPTLoadFileHeader </file-header> [1]
<software-description> OBSWComponent </software-description> [1]
<executable> [1]
Start Sequence [1..10]
<executable-item> CC-ExecutableSoftware </executable-item> [1]
End Sequence
</executable>
</...>
Diagram
h-956766127 h745306881 h1995370361
Schema Component Representation
<xs:complexType name="CcOnboardSoftware">
<xs:sequence>
<xs:element name="file-header" type=" CPTLoadFileHeader "/>
<xs:element name="software-description" type=" OBSWComponent "/>
<xs:element name="executable">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="executable-item" type=" CC-ExecutableSoftware "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>