<xsd:element name="item_container" abstract="true">
<xsd:annotation>
<xsd:documentation>The item_container abstract element is extended (via substitution groups) by the different containers found in the family schemas. Each item_container should contain a number of abstract item elements.</xsd:documentation>
<xsd:appinfo>
<cardinality>1-n</cardinality>
<attributes>none</attributes>
<content>none</content>
<parent_elements>system_data</parent_elements>
<child_elements>item</child_elements>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|