<?xml version="1.0" encoding="utf-8"?>
<samlp:AttributeQuery
  ID="idvalue31231231231312"
  IssueInstant="2001-12-31T12:00:00"
  Version="2.0"
  Consent="urn:oasis:names:tc:SAML:2.0:consent:current-explicit"
  xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
  xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
  xsi:schemaLocation="urn:oasis:names:tc:SAML:2.0:protocol http://docs.oasis-open.org/security/saml/v2.0/saml-schema-protocol-2.0.xsd
  urn:oasis:names:tc:SAML:2.0:assertion http://docs.oasis-open.org/security/saml/v2.0/saml-schema-assertion-2.0.xsd
  http://www.w3.org/2000/09/xmldsig# http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd">
  <saml:Issuer>http://SomeServiceProvider.dk</saml:Issuer>
  <!-- 
    <ds:Signature>....</ds:Signature>
  -->
  <!-- Here is the subject in this case the DN from the OCES certificate -->
  <saml:Subject>
    <saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName">
      C=DK,O=Pølsevognen,CN=Hans Jensen
    </saml:NameID>
  </saml:Subject>
  <!-- Here is the Uid Core Attribute which contains the Subject serialnumber -->
  <saml:Attribute
    NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
    Name="urn:oid:0.9.2342.19200300.100.1.1">
    <saml:AttributeValue xsi:type="xs:string">CVR:20688092-RID:1180636224562</saml:AttributeValue>
  </saml:Attribute>
  <!-- Here is an attribute we request (no value) -->
  <saml:Attribute
    NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
    Name="dk:gov:saml:attribute:ProductionSiteNumberIdentifier">
  </saml:Attribute>
  <!-- Here is an attribute we request (no value) -->
  <saml:Attribute
    NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
    Name="dk:gov:saml:attribute:IsManager">
  </saml:Attribute>
  <!-- Here is an attribute we request (no value) -->
  <saml:Attribute
    NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
    Name="dk:gov:saml:attribute:IsAdministrator">
  </saml:Attribute>
</samlp:AttributeQuery>
