<xsd:element name="fileset_item" substitutionGroup="oval-sc:item">
<xsd:annotation>
<xsd:documentation>Output of /usr/bin/lslpp -l FilesetName. See lslpp manpage for specific fields.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="oval-sc:ItemType">
<xsd:sequence>
<xsd:element name="flstinst" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the name of the fileset being checked.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="filesetitemflstinst" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="aix-sc:fileset_item/aix-sc:flstinst">
<sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the flstinst entity of a fileset_item should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="level" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Maintenance level (also known as version in Solaris or Linux) of the fileset. For example, "5.3.0.10" is the level for 'bos.txt.tfs' fileset in one AIX machine.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="filesetitemlevel" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="aix-sc:fileset_item/aix-sc:level">
<sch:assert test="@datatype='version'">item <sch:value-of select="../@id" /> - datatype attribute for the level entity of a fileset_item should be 'version'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="state" type="aix-sc:EntityItemFilesetStateType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This gives the state of the fileset being checked. The state can be 'APPLIED', 'APPLYING','BROKEN', 'COMMITTED', 'EFIX LOCKED', 'OBSOLETE', 'COMMITTING','REJECTING'. See the manpage of the 'lslpp' command more information.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="filesetitemstate" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="aix-sc:fileset_item/aix-sc:state">
<sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the state entity of a fileset_item should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="description" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Short description of the fileset being checked.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="filesetitemdescription" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="aix-sc:fileset_item/aix-sc:description">
<sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the description entity of a fileset_item should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|