The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0" encoding="UTF-8"?>

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

<Signature xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           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"> 
    <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> 
      <SignatureProperty Id="created" Target="#DistributorASignature">
        <dsp:Created>2006-05-04T18:13:51.0Z</dsp:Created> 
      </SignatureProperty> 
      <SignatureProperty Id="expires" Target="#DistributorASignature">
        <dsp:Expires>2010-01-02T10:00:00.0Z</dsp:Expires> 
      </SignatureProperty> 
      <SignatureProperty Id="replayprotect" Target="#DistributorASignature">
        <dsp:ReplayProtect>
          <dsp:timestamp>2006-05-04T18:13:51.0Z</dsp:timestamp>
          <dsp:nonce>ax87au3</dsp:nonce>
        </dsp:ReplayProtect>
      </SignatureProperty> 
    </SignatureProperties> 
  </Object>
</Signature>