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