Definition Type: ComplexType
Name: UserSecurityType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Security.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserAuthorization Drilldown into UserAuthentication Drilldown into UserIdentificationXSD Diagram of UserSecurityType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="UserSecurityType">
    <xs:sequence>
        <xs:element name="UserIdentification" type="UserIdentificationType" maxOccurs="1" />
        <xs:element name="UserAuthentication" type="AuthenticationInfoType" minOccurs="0" />
        <xs:element name="UserAuthorization" type="AuthorizationInfoType" 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
UserIdentification pwg:UserIdentification (1) 1
UserAuthentication pwg:UserAuthentication 0 (1)
UserAuthorization pwg:UserAuthorization 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:UserSecurity, pwg:UserSecurity