<xsd:element name="system_data">
<xsd:annotation>
<xsd:documentation>The system_data element is a container for one or more item_container elements.</xsd:documentation>
<xsd:appinfo>
<cardinality>0-1</cardinality>
<attributes>none</attributes>
<content>none</content>
<parent_elements>system_characteristics</parent_elements>
<child_elements>item_container</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="system_characteristics:item_container" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|