<xsd:element name="name" type="oval-def:EntityStateStringType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The name element describes the name of the specified metabase object.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="metabasestename" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:metabase_state/win-def:name">
<sch:assert test="not(@datatype) or @datatype='string'">
<sch:value-of select="../@id" /> - datatype attribute for the name entity of a metabase_state should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|