Definition Type: Element
Name: architecture
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-system-characteristics-schema.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
The required architecture element describes the hardware architecture type of the system data was collected on.
Collapse XSD Schema Diagram:
XSD Diagram of architecture in schema oval-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="architecture" type="xsd:string" minOccurs="1" maxOccurs="1">
    <xsd:annotation>
        <xsd:documentation>The required architecture element describes the hardware architecture type of the system data was collected on.</xsd:documentation>
    </xsd:annotation>
</xsd:element>