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