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