Definition Type: ComplexType
Name: passwordCriteriaType
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 disallowWebTextSessions Drilldown into minSpecial Drilldown into minNumeric Drilldown into minAlpha Drilldown into minLength Drilldown into mixedCaseXSD Diagram of passwordCriteriaType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="passwordCriteriaType">
    <xsd:sequence>
        <xsd:element name="mixedCase" type="xsd:boolean" />
        <xsd:element name="minLength" type="xsd:integer" />
        <xsd:element name="minAlpha" type="xsd:integer" />
        <xsd:element name="minNumeric" type="xsd:integer" />
        <xsd:element name="minSpecial" type="xsd:integer" />
        <xsd:element name="disallowWebTextSessions" 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)
minAlpha site:minAlpha (1) (1)
minNumeric site:minNumeric (1) (1)
minSpecial site:minSpecial (1) (1)
disallowWebTextSessions site:disallowWebTextSessions (1) (1)
disallowWebTextAccounts site:disallowWebTextAccounts (1) (1)
disallowList site:disallowList (1) (1)
disallowValue site:disallowValue 0 unbounded
Collapse Derivation Tree:
Collapse References:
site:passwordCriteria