<xsd:element name="accountBlocker">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="beans:identifiedType">
<xsd:sequence>
</xsd:sequence>
<xsd:attribute name="blockWholeSystemAfter" type="spel_number">
</xsd:attribute>
<xsd:attribute name="afterFailedLogins" type="spel_number">
</xsd:attribute>
<xsd:attribute name="afterFailedLoginsWithin" type="spel_number">
</xsd:attribute>
<xsd:attribute name="blockFor" type="spel_number">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|