<xsd:element name="requiresAlpha" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Defines if the password must contain an alphabetical character or not</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="pwpitemrequiresAlpha" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="macos-sc:pwpolicy_item/macos-sc:requiresAlpha">
<sch:assert test="not(@datatype) or @datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the requiresAlpha entity of a pwpolicy_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|