Definition Type: Element
Name: area_patched
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#hpux
Type: system_characteristics:objectStringType
Containing Schema: hpux-system-characteristics-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
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.).
Collapse XSD Schema Diagram:
Drilldown into datatype in schema system-characteristics-schema_xsd Drilldown into objectAttributes in schema system-characteristics-schema_xsd Drilldown into objectStringType in schema system-characteristics-schema_xsdXSD Diagram of area_patched in schema hpux-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
datatype system_characteristics:datatype literal Optional
Collapse Derivation Tree: