diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
children | UserIdentification UserAuthentication UserAuthorization | ||
used by |
|
||
source | <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="AuthorizationType" minOccurs="0"/> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | UserIdentificationType | ||
properties |
|
||
children | UserUuid UserSecurityKey UsernameToken UserID UserRole UserGroup EmailId UserLocation | ||
source | <xs:element name="UserIdentification" type="UserIdentificationType" maxOccurs="1"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | AuthenticationInfoType | ||||||
properties |
|
||||||
children | AuthenticationType Token Cert AuthUri AuthString UsernamePassword KeyInfo Federation | ||||||
source | <xs:element name="UserAuthentication" type="AuthenticationInfoType" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | AuthorizationType | ||||||
properties |
|
||||||
source | <xs:element name="UserAuthorization" type="AuthorizationType" minOccurs="0"/> |