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