<cp:CollaborationProtocolProfile
  xmlns:cp="http://www.ebxml.org/specs/cpp-cpa-v2_0.xsd"
  xmlns:xlink="...">
  <cp:PartyInfo cp:partyName="PCInc"
    cp:defaultMshChannelId="asyncChannelA1">
    <cp:PartyId
      cp:type="urn:ebxml-cppa:partyid-type:duns">
        123456789
    </cp:PartyId>
    <cp:PartyRef
      xlink:href="http://PCInc.com/about.html"/>
    <cp:CollaborationRole cp:id="BuyerId">
      <cp:ProcessSpecification cp:version="2.0"
        cp:name="PIP3A4RequestPurchaseOrder"
        xlink:type="simple"
        xlink:href=
         "http://www.rosettanet.org/processes/3A4.xml"/>
     <cp:Role cp:name="Buyer"
        xlink:href=
         "http://www.rosettanet.org/processes/3A4.xml#Buyer"/>
      <cp:ServiceBinding>
        <cp:Service>
          bpid:icann:rosettanet.org:3A4v2.0
        </cp:Service>
        <cp:CanSend>
          <cp:ThisPartyActionBinding cp:id="PCInc_ABID1"
            cp:action="PO Request Action"
            cp:packageId="PCInc_RequestPackage">
            <cp:ChannelId>asyncChannelA1</cp:ChannelId>
            <cp:BusinessTransactionCharacteristics
              cp:isNonRepudiationRequired="true"
	      cp:isSecureTransportRequired="true"
              cp:isAuthorizationRequired="true"
              cp:timeToAcknowledgeReceipt="PT2H"
              cp:timeToPerform="PT1D"/>
          </cp:ThisPartyActionBinding>
        </cp:CanSend>
      </cp:ServiceBinding>
    </cp:CollaborationRole>
  </cp:PartyInfo>
</cp:CollaborationProtocolProfile>
