Definition Type: Element
Name: isainfo_item
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#solaris
Type: oval-sc:ItemType
Containing Schema: solaris-system-characteristics-schema.xsd
Abstract
Documentation:
Information about the instruction set architectures. This information can be retrieved by the isainfo command. The isainfo_item was originally developed by Robert L. Hollis at ThreatGuard, Inc. Many thanks for their support of the OVAL project.
Collapse XSD Schema Diagram:
Drilldown into application_isa in schema solaris-system-characteristics-schema_xsd Drilldown into kernel_isa in schema solaris-system-characteristics-schema_xsd Drilldown into bits in schema solaris-system-characteristics-schema_xsd Drilldown into message in schema oval-system-characteristics-schema_xsd Drilldown into status in schema oval-system-characteristics-schema_xsd Drilldown into id in schema oval-system-characteristics-schema_xsd Drilldown into ItemType in schema oval-system-characteristics-schema_xsdXSD Diagram of isainfo_item in schema solaris-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="isainfo_item" substitutionGroup="oval-sc:item">
    <xsd:annotation>
        <xsd:documentation>Information about the instruction set architectures. This information can be retrieved by the isainfo command.</xsd:documentation>
        <xsd:documentation>The isainfo_item was originally developed by Robert L. Hollis at ThreatGuard, Inc. Many thanks for their support of the OVAL project.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="oval-sc:ItemType">
                <xsd:sequence>
                    <xsd:element name="bits" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the number of bits in the address space of the native instruction set (isainfo -b).</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="isaitembits" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="sol-sc:isainfo_item/sol-sc:bits">
                                        <sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the bits entity of an isainfo_item should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="kernel_isa" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the name of the instruction set used by kernel components (isainfo -k).</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="isaitemkernel_isa" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="sol-sc:isainfo_item/sol-sc:kernel_isa">
                                        <sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the kernel_isa entity of an isainfo_item should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="application_isa" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the name of the instruction set used by portable applications (isainfo -n).</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="isaitemapplication_isa" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="sol-sc:isainfo_item/sol-sc:application_isa">
                                        <sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the application_isa entity of an isainfo_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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
message oval-sc:message 0 1
bits sol-sc:bits 0 1
kernel_isa sol-sc:kernel_isa 0 1
application_isa sol-sc:application_isa 0 1
Collapse Child Attributes:
Name Type Default Value Use
id oval-sc:id Required
status oval-sc:status exists Optional
Collapse Derivation Tree:
Collapse References:
oval-sc:item