Definition Type: ComplexType
Name: UserIdentificationType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GeoLocation Drilldown into LocationString Drilldown into UserGroup Drilldown into UserRole Drilldown into UserSecurityKey Drilldown into UserVCard Drilldown into UserUri Drilldown into UserID Drilldown into UsernameToken Drilldown into UserUuidXSD Diagram of UserIdentificationType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="UserIdentificationType">
    <xs:sequence>
        <xs:element name="UserUuid" type="Uuid" minOccurs="1" />
        <xs:element name="UsernameToken" type="wsse:UsernameTokenType" minOccurs="0" />
        <xs:element name="UserID" type="xs:string" minOccurs="0" />
        <xs:element name="UserUri" type="xs:string" minOccurs="0" />
        <xs:element name="UserVCard" type="xs:string" minOccurs="0" />
        <xs:element name="UserSecurityKey" type="SecurityKeyType" minOccurs="0" />
        <xs:element name="UserRole" type="UserRoleWKV" minOccurs="0" />
        <xs:element name="UserGroup" type="xs:string" minOccurs="0" />
        <xs:element name="LocationString" type="LocalizedStringType" minOccurs="0" />
        <xs:element name="GeoLocation" type="xs:anyURI" minOccurs="0" />
        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UserUuid pwg:UserUuid 1 (1)
UsernameToken pwg:UsernameToken 0 (1)
UserID pwg:UserID 0 (1)
UserUri pwg:UserUri 0 (1)
UserVCard pwg:UserVCard 0 (1)
UserSecurityKey pwg:UserSecurityKey 0 (1)
UserRole pwg:UserRole 0 (1)
UserGroup pwg:UserGroup 0 (1)
LocationString pwg:LocationString 0 (1)
GeoLocation pwg:GeoLocation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:UserIdentification, pwg:UserIdentification