<?xml version="1.0" encoding="UTF-8"?>

<!-- sample XML with Signature Property values for schema validation -->

<?oxygen RNGSchema="any-containing-xmldsig11-properties.rnc" type="compact"?>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#" Id="DistributorASignature">
  <SignedInfo>
    <CanonicalizationMethod 
        Algorithm="http://www.w3.org/2006/12/xml-c14n11"/>
    <SignatureMethod
        Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
    <Reference URI="config.xml">
      <DigestMethod
          Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
      <DigestValue>DEADBEEF</DigestValue>
    </Reference>
    <Reference URI="index.html">
      <DigestMethod
          Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
      <DigestValue>DEADBEEF</DigestValue>
    </Reference>
    <Reference URI="icon.png">
      <DigestMethod
          Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
      <DigestValue>DEADBEEF</DigestValue>
    </Reference>
    <Reference URI="#prop">
      <DigestMethod 
          Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
      <DigestValue>DEADBEEF</DigestValue>
    </Reference>
  </SignedInfo>
  <SignatureValue>DEADBEEF</SignatureValue>
  <KeyInfo>
    <X509Data>
      <X509Certificate>DEADBEEF</X509Certificate>
    </X509Data>
  </KeyInfo>
  <Object Id="prop"> 
    <dsp:Profile xmlns:dsp="http://www.w3.org/2009/xmldsig-properties" URI="http://www.w3.org/ns/widgets-digsig#profile" />
    <SignatureProperties
        xmlns:dsp="http://www.w3.org/2009/xmldsig-properties">
      <SignatureProperty Id="profile" Target="#DistributorASignature">
        <dsp:Profile URI="http://www.w3.org/ns/widgets-digsig#profile" />
      </SignatureProperty> 
      <SignatureProperty Id="role" Target="#DistributorASignature">
        <dsp:Role
            URI="http://www.w3.org/ns/widgets-digsig#role-distributor"/>
      </SignatureProperty> 
      <SignatureProperty Id="identifier" Target="#DistributorASignature">
        <dsp:Identifier>07425f59c544b9cebff04ab367e8854a</dsp:Identifier>
      </SignatureProperty> 
    </SignatureProperties> 
  </Object>
</Signature>
