<?xml version="1.0" encoding="UTF-8"?>
<Conversation name="StoreFrontServiceConversation"
  xmlns="http://www.w3.org/2002/02/wscl10"
  initialInteraction="Start" finalInteraction="End">
  <ConversationInteractions>
    <Interaction interactionType="ReceiveSend" id="Login">
      <InboundXMLDocument
          hrefSchema="http://sc.edu/LoginRQ.xsd"
          id="LoginRQ"/>
      <OutboundXMLDocument
          hrefSchema="http://ncsu.edu/ValidLoginRS.xsd"
          id="ValidLoginRS"/>
      <OutboundXMLDocument
          hrefSchema="http://ncsu.edu/InvalidLoginRS.xsd"
          id="InvalidLoginRS"/>
    </Interaction>
          ...
    <Interaction interactionType="Empty" id="Start"/>
    <Interaction interactionType="Empty" id="End"/>
  </ConversationInteractions>
...
</Conversation>
