Definition Type: ComplexType
Name: ResetPasswordResponseType
Namespace: urn:oasis:names:tc:SPML:2:0:password
Type: spml:ResponseType
Containing Schema: pstc_spmlv2_password.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into password in schema pstc_spmlv2_password_xsd Drilldown into errorMessage in schema pstc_spmlv2_core_xsd Drilldown into ExtensibleType in schema pstc_spmlv2_core_xsd Drilldown into error in schema pstc_spmlv2_core_xsd Drilldown into requestID in schema pstc_spmlv2_core_xsd Drilldown into status in schema pstc_spmlv2_core_xsd Drilldown into ResponseType in schema pstc_spmlv2_core_xsdXSD Diagram of ResetPasswordResponseType in schema pstc_spmlv2_password_xsd (OASIS Provisioning Services TC)
Collapse XSD Schema Code:
<complexType name="ResetPasswordResponseType">
    <complexContent>
        <extension base="spml:ResponseType">
            <sequence>
                <element name="password" type="string" minOccurs="0" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
errorMessage spml:errorMessage 0 unbounded
password pass:password 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
status spml:status Required
requestID spml:requestID Optional
error spml:error Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pass:resetPasswordResponse