diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
children | AuthenticationType Token Cert AuthUri AuthString UsernamePassword KeyInfo Federation | ||
used by | |||
annotation |
|
||
source | <xs:complexType name="AuthenticationInfoType"> <xs:annotation> <xs:documentation> Authentication information. Includes tokens used, federation lists, etc. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="AuthenticationType" type="AuthenticationTypesType"/> <!-- extend ther AuthenticationTypeType values to include federations, etc... --> <xs:choice> <xs:element name="Token" type="xs:base64Binary"/> <xs:element name="Cert" type="xs:base64Binary"/> <xs:element name="AuthUri" type="xs:anyURI"/> <xs:element name="AuthString" type="xs:string"/> <xs:element name="UsernamePassword" type="UsernameTokenType"/> <xs:element name="KeyInfo" type="SecurityKeyType" minOccurs="0"/> <xs:element name="Federation" type="xs:string" minOccurs="0"/> <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> </xs:sequence> </xs:complexType> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | AuthenticationTypesType | ||
properties |
|
||
source | <xs:element name="AuthenticationType" type="AuthenticationTypesType"/> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | xs:base64Binary | ||
properties |
|
||
source | <xs:element name="Token" type="xs:base64Binary"/> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | xs:base64Binary | ||
properties |
|
||
source | <xs:element name="Cert" type="xs:base64Binary"/> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | xs:anyURI | ||
properties |
|
||
source | <xs:element name="AuthUri" type="xs:anyURI"/> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="AuthString" type="xs:string"/> |
diagram | |||||||||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||
type | UsernameTokenType | ||||||||||||
properties |
|
||||||||||||
children | Username Password | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="UsernamePassword" type="UsernameTokenType"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
type | SecurityKeyType | ||||||
properties |
|
||||||
children | dsKeyInfo Token | ||||||
source | <xs:element name="KeyInfo" type="SecurityKeyType" 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"/> |