<xsd:element name="release" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This is the release version of current VMware ESX server.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="versionsterelease" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="esx-def:version_state/esx-def:release">
<sch:assert test="@datatype='version'">
<sch:value-of select="../@id" /> - datatype attribute for the release entity of an version_state should be 'version'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|