Definition Type: Element
Name: textfilecontent_items
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#solaris
Containing Schema: solaris-system-characteristics-schema.xsd
Abstract
Documentation:
This element has been deprecated in version 4.1 of the solaris-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. This element is a container of many textfilecontent_item elements.
Collapse XSD Schema Diagram:
Drilldown into textfilecontent_item in schema solaris-system-characteristics-schema_xsdXSD Diagram of textfilecontent_items in schema solaris-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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 solaris-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="solaris:textfilecontent_item" minOccurs="1" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
textfilecontent_item solaris:textfilecontent_item 1 unbounded
Collapse References:
system_characteristics:item_container