<xsd:element name="processor_type" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This entity specifies the processor type. This corresponds to the command uname -p.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="unameitemprocessor_type" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="unix-sc:uname_item/unix-sc:processor_type">
<sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the processor_type entity of a uname_item should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|