<xsd:element name="maxChars" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Maximum number of characters allowed in a password.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="pwpitemmaxChars" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="macos-sc:pwpolicy_item/macos-sc:maxChars">
<sch:assert test="not(@datatype) or @datatype='int'">item <sch:value-of select="../@id" /> - datatype attribute for the maxChars entity of a pwpolicy_item should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|