Definition Type: ComplexType
Name: UsernameTokenType
Namespace: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
Containing Schema: oasis-200401-wss-wssecurity-secext-1.0.xsd
Abstract
Documentation:
This type represents a username token per Section 4.1
Collapse XSD Schema Diagram:
Drilldown into Username in schema oasis-200401-wss-wssecurity-secext-1_0_xsd Drilldown into Id in schema oasis-200401-wss-wssecurity-utility-1_0_xsdXSD Diagram of UsernameTokenType in schema oasis-200401-wss-wssecurity-secext-1_0_xsd (OASIS Web Services Security (WSS) TC)
Collapse XSD Schema Code:
<xsd:complexType name="UsernameTokenType">
    <xsd:annotation>
        <xsd:documentation>This type represents a username token per Section 4.1</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Username" type="AttributedString" />
        <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax" />
    </xsd:sequence>
    <xsd:attribute ref="wsu:Id" />
    <xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Username wsse:Username (1) (1)
<xs:any> 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Id wsu:Id (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
wsse:UsernameToken