Definition Type: Element
Name: patch_number
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#hpux
Type: oval-sc:EntityItemIntType
Containing Schema: hpux-system-characteristics-schema.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The sixth through tenth characters in HP-UX patch names represent a unique numeric identifier for the patch.
Collapse XSD Schema Diagram:
Drilldown into status in schema oval-system-characteristics-schema_xsd Drilldown into mask in schema oval-system-characteristics-schema_xsd Drilldown into datatype in schema oval-system-characteristics-schema_xsd Drilldown into EntityItemIntType in schema oval-system-characteristics-schema_xsdXSD Diagram of patch_number in schema hpux-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="patch_number" type="oval-sc:EntityItemIntType" minOccurs="0" 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>
            <sch:pattern id="patchitempatch_number" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                <sch:rule context="hpux-sc:patch_item/hpux-sc:patch_number">
                    <sch:assert test="not(@datatype) or @datatype='int'">item <sch:value-of select="../@id" /> - datatype attribute for the patch_number entity of a patch_item should be 'int'</sch:assert>
                </sch:rule>
            </sch:pattern>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
datatype oval-sc:datatype string Optional
mask oval-sc:mask false Optional
status oval-sc:status exists Optional
Collapse Derivation Tree: