<xsd:element name="min_passwd_len" type="oval-def:EntityStateIntType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the minimum allowable password length. Valid values for this element are zero through PWLEN.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="ppstemin_passwd_len" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:passwordpolicy_state/win-def:min_passwd_len">
<sch:assert test="@datatype='int'">
<sch:value-of select="../@id" /> - datatype attribute for the min_passwd_len entity of a passwordpolicy_state should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|