diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
children | UserIdentification OrganizationIdentification DeviceIdentification ServiceIdentification | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="SecurityIdentificationType"> <xs:annotation> <xs:documentation> Generic container typef or identification </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="UserIdentification" type="UserIdentificationType" minOccurs="0"/> <xs:element name="OrganizationIdentification" type="OrganizationIdentificationType" minOccurs="0"/> <xs:element name="DeviceIdentification" type="DeviceIdentificationType" minOccurs="0"/> <xs:element name="ServiceIdentification" type="ServiceIdentificationType" 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" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | OrganizationIdentificationType | ||||||
properties |
|
||||||
children | OrganizationKey DNSName | ||||||
source | <xs:element name="OrganizationIdentification" type="OrganizationIdentificationType" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | DeviceIdentificationType | ||||||
properties |
|
||||||
children | DeviceUuid DeviceSecurityKey DNSName IPAddr DeviceLocation | ||||||
source | <xs:element name="DeviceIdentification" type="DeviceIdentificationType" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | ServiceIdentificationType | ||||||
properties |
|
||||||
children | ServiceUuid ServiceSecurityKey DNSName ServiceUri ServiceLocation | ||||||
source | <xs:element name="ServiceIdentification" type="ServiceIdentificationType" minOccurs="0"/> |