<xsd:element name="lockout_threshold" type="oval-def:EntityStateIntType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the number of invalid password authentications that can occur before an account is marked "locked out." See the USER_MODALS_INFO_3 structure returned by a call to NetUserModalsGet().</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="lpstelockout_threshold" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:lockoutpolicy_state/win-def:lockout_threshold">
<sch:assert test="@datatype='int'">
<sch:value-of select="../@id" /> - datatype attribute for the lockout_threshold entity of a lockoutpolicy_state should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|