<xsd:element name="id" type="oval-def:EntityStateIntType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The id element specifies a particular object under the metabase key.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="metabasesteid" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:metabase_state/win-def:id">
<sch:assert test="@datatype='int'">
<sch:value-of select="../@id" /> - datatype attribute for the id entity of a metabase_state should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|