<xsd:element name="textfilecontent_items" substitutionGroup="system_characteristics:item_container">
<xsd:annotation>
<xsd:documentation>This element has been deprecated in version 4.1 of the redhat-system-characterics-schema and will be removed completely in version 5. It is recommended that all future OVAL Content use the textfilecontent_items found in the independent-system-characterics-schema.</xsd:documentation>
<xsd:documentation>This element is a container of many textfilecontent_item elements.</xsd:documentation>
<xsd:appinfo>
<extends>item_container</extends>
<valid_items>Text File Content Item</valid_items>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="redhat:textfilecontent_item" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|