Definition Type: ComplexType
Name: UserPswd_Type
Namespace: http://ACORD.org/Standards/Life/2
Containing Schema: TXLife2.20.01.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OLifEExtension in schema xlifebase2_20_01_xsd Drilldown into CryptPswd in schema txlife2_20_01_xsd Drilldown into Pswd in schema txlife2_20_01_xsd Drilldown into CryptType in schema txlife2_20_01_xsdXSD Diagram of UserPswd_Type in schema txlife2_20_01_xsd (Acord - Life, Annuity & Health Standards Program)
Collapse XSD Schema Code:
<xsd:complexType name="UserPswd_Type">
    <xsd:sequence>
        <xsd:element ref="CryptType" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="Pswd" minOccurs="0" />
            <xsd:element ref="CryptPswd" minOccurs="0" />
        </xsd:choice>
        <xsd:element ref="OLifEExtension" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CryptType nsA:CryptType 0 (1)
Pswd nsA:Pswd 0 (1)
CryptPswd nsA:CryptPswd 0 (1)
OLifEExtension nsA:OLifEExtension 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:UserPswd