diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
children | ServiceIdentification ServiceAuthentication ServiceAuthorization | ||
used by |
|
||
source | <xs:complexType name="ServiceSecurityType"> <xs:sequence> <xs:element name="ServiceIdentification" type="ServiceIdentificationType" maxOccurs="1"/> <xs:element name="ServiceAuthentication" type="AuthenticationInfoType" minOccurs="0"/> <xs:element name="ServiceAuthorization" 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 | ServiceIdentificationType | ||
properties |
|
||
children | ServiceUuid ServiceSecurityKey DNSName ServiceUri ServiceLocation | ||
source | <xs:element name="ServiceIdentification" type="ServiceIdentificationType" 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="ServiceAuthentication" type="AuthenticationInfoType" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | AuthorizationType | ||||||
properties |
|
||||||
source | <xs:element name="ServiceAuthorization" type="AuthorizationType" minOccurs="0"/> |