Definition Type: Element
Name: patch53_object
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#hpux
Type: oval-def:ObjectType
Containing Schema: hpux-definitions-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into patch_base in schema hpux-definitions-schema_xsd Drilldown into area_patched in schema hpux-definitions-schema_xsd Drilldown into swtype in schema hpux-definitions-schema_xsd Drilldown into behaviors in schema hpux-definitions-schema_xsd Drilldown into set in schema oval-definitions-schema_xsd Drilldown into notes in schema oval-definitions-schema_xsd Drilldown into Signature in schema xmldsig-core-schema_xsd Drilldown into deprecated in schema oval-definitions-schema_xsd Drilldown into comment in schema oval-definitions-schema_xsd Drilldown into version in schema oval-definitions-schema_xsd Drilldown into id in schema oval-definitions-schema_xsd Drilldown into ObjectType in schema oval-definitions-schema_xsdXSD Diagram of patch53_object in schema hpux-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="patch53_object" substitutionGroup="oval-def:object">
    <xsd:annotation>
        <xsd:documentation />
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="oval-def:ObjectType">
                <xsd:sequence>
                    <xsd:choice minOccurs="1" maxOccurs="1">
                        <xsd:element ref="oval-def:set" />
                        <xsd:sequence>
                            <xsd:element name="behaviors" type="hpux-def:Patch53Behaviors" minOccurs="0" maxOccurs="1" />
                            <xsd:element name="swtype" type="oval-def:EntityObjectStringType" minOccurs="0" maxOccurs="1">
                                <xsd:annotation>
                                    <xsd:documentation>HP-UX patch names begin with 'PH'</xsd:documentation>
                                    <xsd:appinfo>
                                        <sch:pattern id="patch53objswtype" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                            <sch:rule context="hpux-def:patch53_object/hpux-def:swtype">
                                                <sch:assert test="not(@datatype) or @datatype='string'">
                                                    <sch:value-of select="../@id" /> - datatype attribute for the swtype entity of a patch53_object should be 'string'</sch:assert>
                                            </sch:rule>
                                        </sch:pattern>
                                    </xsd:appinfo>
                                </xsd:annotation>
                            </xsd:element>
                            <xsd:element name="area_patched" type="oval-def:EntityObjectStringType" minOccurs="0" maxOccurs="1">
                                <xsd:annotation>
                                    <xsd:documentation>The third and fourth characters in HP-UX patch names indicate the area of software being patched. CO - General HP-UX commands KL - Kernel patches NE - Network specific patches SS - All other subsystems (X11, starbase, etc.) </xsd:documentation>
                                    <xsd:appinfo>
                                        <sch:pattern id="patch53objarea_patched" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                            <sch:rule context="hpux-def:patch_object/hpux-def:area_patched">
                                                <sch:assert test="not(@datatype) or @datatype='string'">
                                                    <sch:value-of select="../@id" /> - datatype attribute for the area_patched entity of a patch53_object should be 'string'</sch:assert>
                                            </sch:rule>
                                        </sch:pattern>
                                    </xsd:appinfo>
                                </xsd:annotation>
                            </xsd:element>
                            <xsd:element name="patch_base" type="oval-def:EntityObjectStringType" 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="patch53objpatch_base" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                            <sch:rule context="hpux-def:patch_object/hpux-def:patch_base">
                                                <sch:assert test="not(@datatype) or @datatype='string'">
                                                    <sch:value-of select="../@id" /> - datatype attribute for the patch_base entity of a patch53_object should be 'string'</sch:assert>
                                            </sch:rule>
                                        </sch:pattern>
                                    </xsd:appinfo>
                                </xsd:annotation>
                            </xsd:element>
                        </xsd:sequence>
                    </xsd:choice>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Signature ds:Signature 0 1
notes oval-def:notes 0 1
set oval-def:set (1) (1)
behaviors hpux-def:behaviors 0 1
swtype hpux-def:swtype 0 1
area_patched hpux-def:area_patched 0 1
patch_base hpux-def:patch_base 0 1
Collapse Child Attributes:
Name Type Default Value Use
id oval-def:id Required
version oval-def:version Required
comment oval-def:comment Optional
deprecated oval-def:deprecated false Optional
Collapse Derivation Tree:
Collapse References:
oval-def:object