Definition Type: Element
Name: accountBlocker
Namespace: http://membrane-soa.org/proxies/1/
Type: beans:identifiedType
Containing Schema: proxies-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema spring-beans-3_1_xsd Drilldown into identifiedType in schema spring-beans-3_1_xsd Drilldown into blockFor in schema proxies-1_xsd Drilldown into afterFailedLoginsWithin in schema proxies-1_xsd Drilldown into afterFailedLogins in schema proxies-1_xsd Drilldown into blockWholeSystemAfter in schema proxies-1_xsdXSD Diagram of accountBlocker in schema proxies-1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id beans:id (Optional)
blockWholeSystemAfter nsB:blockWholeSystemAfter (Optional)
afterFailedLogins nsB:afterFailedLogins (Optional)
afterFailedLoginsWithin nsB:afterFailedLoginsWithin (Optional)
blockFor nsB:blockFor (Optional)
Collapse Derivation Tree: