diagram | |||||||||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||
children | AuthenticationTypesAvailable EncryptionTypesAvailable AuthorizationTypesAvailable AuthenticationUsed EncryptionUsed SecurityClasificationLevel CertAuthority Federation Location | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:complexType name="SecurityDescriptionType"> <xs:annotation> <xs:documentation> Describes and define all the various security requirements - requested or actually used </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="AuthenticationTypesAvailable" type="AuthenticationListType" minOccurs="0"/> <xs:element name="EncryptionTypesAvailable" type="EncryptionListType" minOccurs="0"/> <xs:element name="AuthorizationTypesAvailable" type="AuthorizationListType" minOccurs="0"/> <xs:element name="AuthenticationUsed" type="AuthenticationInfoType" minOccurs="0"/> <xs:element name="EncryptionUsed" type="EncryptionInfoType" minOccurs="0"/> <xs:element name="SecurityClasificationLevel" type="xs:string" minOccurs="0"/> <xs:element name="CertAuthority" type="xs:string" minOccurs="0"/> <xs:element name="Federation" type="xs:string" minOccurs="0"/> <xs:element name="Location" type="LocationType" minOccurs="0"/> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="mustHonor" type="xs:boolean" use="optional"/> </xs:complexType> |
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | xs:boolean | ||
properties |
|
||
source | <xs:attribute name="mustHonor" type="xs:boolean" use="optional"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | AuthenticationListType | ||||||
properties |
|
||||||
children | Value | ||||||
source | <xs:element name="AuthenticationTypesAvailable" type="AuthenticationListType" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | EncryptionListType | ||||||
properties |
|
||||||
children | Value | ||||||
source | <xs:element name="EncryptionTypesAvailable" type="EncryptionListType" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | AuthorizationListType | ||||||
properties |
|
||||||
children | Value | ||||||
source | <xs:element name="AuthorizationTypesAvailable" type="AuthorizationListType" minOccurs="0"/> |
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="AuthenticationUsed" type="AuthenticationInfoType" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | EncryptionInfoType | ||||||
properties |
|
||||||
children | EncryptionType xmlEncryptionInfo samlEncryptionInfo | ||||||
source | <xs:element name="EncryptionUsed" type="EncryptionInfoType" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="SecurityClasificationLevel" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="CertAuthority" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | xs:string | ||||||
properties |
|
||||||
source | <xs:element name="Federation" type="xs:string" minOccurs="0"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | LocationType | ||||||
properties |
|
||||||
children | LocationString GeoLocation | ||||||
source | <xs:element name="Location" type="LocationType" minOccurs="0"/> |