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