<md:RoleDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ssp="urn:x-simplesamlphp:namespace" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:test="urn:test:something" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ID="TheID" validUntil="2009-02-13T23:31:30Z" cacheDuration="PT5000S" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:x-simplesamlphp:protocol" errorURL="https://error.reporting/" ssp:phpunit="test" xsi:type="ssp:CustomRoleDescriptorType">
  <md:Extensions xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata">
    <ssp:Chunk>Some</ssp:Chunk>
  </md:Extensions>
  <md:KeyDescriptor use="signing">
    <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
      <ds:KeyName>IdentityProvider.com SSO Signing Key</ds:KeyName>
    </ds:KeyInfo>
  </md:KeyDescriptor>
  <md:KeyDescriptor use="encryption">
    <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
      <ds:KeyName>IdentityProvider.com SSO Encryption Key</ds:KeyName>
    </ds:KeyInfo>
    <md:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"></md:EncryptionMethod>
  </md:KeyDescriptor>
  <md:Organization>
    <md:OrganizationName xml:lang="en">Identity Providers R US</md:OrganizationName>
    <md:OrganizationDisplayName xml:lang="en">Identity Providers R US, a Division of Lerxst Corp.</md:OrganizationDisplayName>
    <md:OrganizationURL xml:lang="en">https://IdentityProvider.com</md:OrganizationURL>
  </md:Organization>
  <md:ContactPerson contactType="other" test:attr1="testval1" test:attr2="testval2" xmlns:test="urn:test:something">
    <md:Company>Test Company</md:Company>
    <md:GivenName>John</md:GivenName>
    <md:SurName>Doe</md:SurName>
    <md:EmailAddress>mailto:jdoe@test.company</md:EmailAddress>
    <md:EmailAddress>mailto:john.doe@test.company</md:EmailAddress>
    <md:TelephoneNumber>1-234-567-8901</md:TelephoneNumber>
  </md:ContactPerson>
  <md:ContactPerson contactType="technical">
    <md:TelephoneNumber>1-234-567-8901</md:TelephoneNumber>
  </md:ContactPerson>
  <ssp:Chunk>Some</ssp:Chunk>
</md:RoleDescriptor>
