Definition Type: ComplexType
Name: accountPasswordCriteriaType
Namespace: http://www.webex.com/schemas/2002/06/service/site
Containing Schema: site.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into disallowValue Drilldown into disallowList Drilldown into disallowWebTextAccounts Drilldown into disallow3XRepeatedChar Drilldown into minSpecial Drilldown into minAlpha Drilldown into minNumeric Drilldown into minLength Drilldown into mixedCaseXSD Diagram of accountPasswordCriteriaType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="accountPasswordCriteriaType">
    <xsd:sequence>
        <xsd:element name="mixedCase" type="xsd:boolean" />
        <xsd:element name="minLength" type="xsd:integer" />
        <xsd:element name="minNumeric" type="xsd:integer" />
        <xsd:element name="minAlpha" type="xsd:integer" />
        <xsd:element name="minSpecial" type="xsd:integer" />
        <xsd:element name="disallow3XRepeatedChar" type="xsd:boolean" />
        <xsd:element name="disallowWebTextAccounts" type="xsd:boolean" />
        <xsd:element name="disallowList" type="xsd:boolean" />
        <xsd:element name="disallowValue" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
mixedCase site:mixedCase (1) (1)
minLength site:minLength (1) (1)
minNumeric site:minNumeric (1) (1)
minAlpha site:minAlpha (1) (1)
minSpecial site:minSpecial (1) (1)
disallow3XRepeatedChar site:disallow3XRepeatedChar (1) (1)
disallowWebTextAccounts site:disallowWebTextAccounts (1) (1)
disallowList site:disallowList (1) (1)
disallowValue site:disallowValue 0 unbounded
Collapse Derivation Tree:
Collapse References:
site:accountPasswordCriteria