diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
children | Signature SecurityId SecurityAttributes RequestedSecurityAttributes ProvidedSecurityAttributes | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="SecurityTicketType"> <xs:annotation> <xs:documentation>Core security ticket defintion for PWG services </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Signature" type="ds:SignatureType" minOccurs="1" maxOccurs="1"/> <xs:element name="SecurityId" type="SecurityIdentificationType"/> <xs:element name="SecurityAttributes" type="SecurityAttributesType"/> <xs:element name="RequestedSecurityAttributes" type="SecurityAttributesType"/> <xs:element name="ProvidedSecurityAttributes" type="SecurityAttributesType"/> <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 | ds:SignatureType | ||||||||||||
properties |
|
||||||||||||
children | ds:SignedInfo ds:SignatureValue ds:KeyInfo ds:Object | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="Signature" type="ds:SignatureType" minOccurs="1" maxOccurs="1"/> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | SecurityIdentificationType | ||
properties |
|
||
children | UserIdentification OrganizationIdentification DeviceIdentification ServiceIdentification | ||
source | <xs:element name="SecurityId" type="SecurityIdentificationType"/> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | SecurityAttributesType | ||
properties |
|
||
children | SecurityDescription UserSecurity OrganizationSecurity DeviceSecurity ServiceSecurity | ||
source | <xs:element name="SecurityAttributes" type="SecurityAttributesType"/> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | SecurityAttributesType | ||
properties |
|
||
children | SecurityDescription UserSecurity OrganizationSecurity DeviceSecurity ServiceSecurity | ||
source | <xs:element name="RequestedSecurityAttributes" type="SecurityAttributesType"/> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | SecurityAttributesType | ||
properties |
|
||
children | SecurityDescription UserSecurity OrganizationSecurity DeviceSecurity ServiceSecurity | ||
source | <xs:element name="ProvidedSecurityAttributes" type="SecurityAttributesType"/> |