<xsd:element name="status" type="oval-def:EntityStateBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This is the installation status of a specific patch in current VMware ESX server.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="esxpatchstestatus" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="esx-def:patch_state/esx-def:status">
<sch:assert test="@datatype='boolean'">
<sch:value-of select="../@id" /> - datatype attribute for the status entity of a patch_state should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|