<xsd:element name="id" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation>The id element specifies a particular object under the metabase key. If the nillable attribute is set to true, then the item being represented is the higher level metabase key. Using xsi:nil here will result in a status of 'does not exist' for the other entities associated with this item since these entities are not associated with a key by itself.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="metabaseitemid" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:metabase_item/win-sc:id">
<sch:assert test="@datatype='int'">item <sch:value-of select="../@id" /> - datatype attribute for the id entity of a metabase_item should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|