Definition Type: Element
Name: patch_item
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#hpux
Type: system_characteristics:itemType
Containing Schema: hpux-system-characteristics-schema.xsd
Abstract
Documentation:
From /usr/sbin/swlist -l patch PHxx_yyyyy. See swlist manpage for specific fields
Collapse XSD Schema Diagram:
Drilldown into object in schema hpux-system-characteristics-schema_xsd Drilldown into message in schema system-characteristics-schema_xsd Drilldown into id in schema system-characteristics-schema_xsd Drilldown into itemType in schema system-characteristics-schema_xsdXSD Diagram of patch_item in schema hpux-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="patch_item" substitutionGroup="system_characteristics:item">
    <xsd:annotation>
        <xsd:documentation>From /usr/sbin/swlist -l patch PHxx_yyyyy. See swlist manpage for specific fields</xsd:documentation>
        <xsd:appinfo>
            <item_name>Patch Item</item_name>
            <extends>itemType</extends>
            <valid_sections>message, object, data</valid_sections>
            <example>
            </example>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="system_characteristics:itemType">
                <xsd:sequence>
                    <xsd:element name="object" minOccurs="1" maxOccurs="1">
                        <xsd:complexType>
                            <xsd:complexContent>
                                <xsd:extension base="system_characteristics:objectType">
                                    <xsd:sequence>
                                        <xsd:element name="area_patched" type="system_characteristics:objectStringType" minOccurs="1" maxOccurs="1">
                                            <xsd:annotation>
                                                <xsd:documentation>The first four characters in HP-UX patch names indicate the area of software being patched.  PHCO = General HP-UX commands.  PHKL = Kernel patches. PHNE = Network specific patches.  PHSS = All other subsystems (X11, starbase, etc.).</xsd:documentation>
                                                <xsd:appinfo>
                                                    <parent_item>patch_item</parent_item>
                                                    <cardinality>1</cardinality>
                                                    <content>string</content>
                                                </xsd:appinfo>
                                            </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="patch_number" type="system_characteristics:objectIntType" minOccurs="1" maxOccurs="1">
                                            <xsd:annotation>
                                                <xsd:documentation>The sixth through tenth characters in HP-UX patch names represent a unique numeric identifier for the patch.</xsd:documentation>
                                                <xsd:appinfo>
                                                    <parent_item>patch_item</parent_item>
                                                    <cardinality>1</cardinality>
                                                    <content>integer</content>
                                                </xsd:appinfo>
                                            </xsd:annotation>
                                        </xsd:element>
                                    </xsd:sequence>
                                </xsd:extension>
                            </xsd:complexContent>
                        </xsd:complexType>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
message system_characteristics:message 0 1
object hpux:object 1 1
Collapse Child Attributes:
Name Type Default Value Use
id system_characteristics:id Required
Collapse Derivation Tree:
Collapse References:
system_characteristics:item