<xsd:element name="enabled" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A boolean that represents whether the particular user is enabled or not.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="useritemenabled" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-sc:user_item/win-sc:enabled">
<sch:assert test="@datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the enabled entity of a user_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|