<xsd:element name="hardware_major_release" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The hardware major release of a module to check for.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="catosmodulestehardware_major_release" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="catos-def:module_state/catos-def:hardware_major_release">
<sch:assert test="@datatype='version'">
<sch:value-of select="../@id" /> - datatype attribute for the hardware_major_release entity of a module_state should be 'version'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|