<xsd:element name="index" type="oval-def:EntityStateIntType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The index element specifies index that identifies the interface.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="wininterfacesteindex" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:interface_state/win-def:index">
<sch:assert test="@datatype='int'">
<sch:value-of select="../@id" /> - datatype attribute for the index entity of an interface_state should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|