md:AffiliationDescriptor
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:metadata
Schema document: saml-2.0-os/saml-schema-metadata-2.0.xsd
Type: md:AffiliationDescriptorType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ds:Signature [0..1]
- md:Extensions [0..1]
- md:AffiliateMember [1..*]
- md:KeyDescriptor [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
affiliationOwnerID | [1..1] | md:entityIDType | ||
validUntil | [0..1] | xsd:dateTime | ||
cacheDuration | [0..1] | xsd:duration | ||
ID | [0..1] | xsd:ID | ||
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Type md:EntityDescriptorType (Element md:EntityDescriptor)
Sample instance
<md:AffiliationDescriptor affiliationOwnerID="http://www.example.com/" ID="ID"> <ds:Signature> <ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.example.com/">Any text, intermingled with: <!--any element--> </ds:CanonicalizationMethod> <ds:SignatureMethod Algorithm="http://www.example.com/">Any text, intermingled with:... </ds:SignatureMethod> <ds:Reference URI="http://www.example.com/">... </ds:Reference> </ds:SignedInfo> <ds:SignatureValue>GpM7</ds:SignatureValue> <ds:KeyInfo>Any text, intermingled with: <ds:KeyName>string</ds:KeyName> </ds:KeyInfo> <ds:Object>Any text, intermingled with: <!--any element--> </ds:Object> </ds:Signature> <md:Extensions> <!--any element--> </md:Extensions> <md:AffiliateMember>http://www.example.com/</md:AffiliateMember> <md:KeyDescriptor> <ds:KeyInfo>Any text, intermingled with: <ds:KeyName>string</ds:KeyName> </ds:KeyInfo> <md:EncryptionMethod Algorithm="http://www.example.com/">Any text, intermingled with: <xenc:KeySize>1</xenc:KeySize> <xenc:OAEPparams>GpM7</xenc:OAEPparams> <!--any element--> </md:EncryptionMethod> </md:KeyDescriptor> </md:AffiliationDescriptor>