Documentation for ATIS-Draft-03-00-79

Complex Type: CcOnboardConfigurationData

[Table of contents]

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