md:ContactPerson
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:ContactType
Properties: Global, Qualified
Content
- Sequence [1..1]
- md:Extensions [0..1]
- md:Company [0..1]
- md:GivenName [0..1]
- md:SurName [0..1]
- md:EmailAddress [0..*]
- md:TelephoneNumber [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
contactType | [1..1] | md:ContactTypeType | ||
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Type md:AttributeAuthorityDescriptorType via extension of md:RoleDescriptorType (Element md:AttributeAuthorityDescriptor)
- Type md:AuthnAuthorityDescriptorType via extension of md:RoleDescriptorType (Element md:AuthnAuthorityDescriptor)
- Type md:EntityDescriptorType (Element md:EntityDescriptor)
- Type md:IDPSSODescriptorType via extension of md:RoleDescriptorType (Element md:IDPSSODescriptor)
- Type md:PDPDescriptorType via extension of md:RoleDescriptorType (Element md:PDPDescriptor)
- Type md:RoleDescriptorType (Element md:RoleDescriptor)
- Type md:SPSSODescriptorType via extension of md:RoleDescriptorType (Element md:SPSSODescriptor)
- Type md:SSODescriptorType via extension of md:RoleDescriptorType
Sample instance
<md:ContactPerson contactType="technical"> <md:Extensions> <!--any element--> </md:Extensions> <md:Company>string</md:Company> <md:GivenName>string</md:GivenName> <md:SurName>string</md:SurName> <md:EmailAddress>http://www.example.com/</md:EmailAddress> <md:TelephoneNumber>string</md:TelephoneNumber> </md:ContactPerson>