<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="index.xsl"?>
<Status>

  <!--
    state decides which flavor of status to display
    default is set to 3.
    1 : closed
    2 : open
    3 : open ( unsupported )
  -->
  <State>2</State>
  
  <!-- 
    this is present when want to display a message specific
    to the state of the service. this will be respected when the
    first message node is not blank. you can have as many <Message>
    nodes as you want.
   -->
  <StatusMessage>
    <Message></Message>
  </StatusMessage>
  
  <!-- 
    IMPORTANT!: 
    when PleasNote node has no content remove ALL the white-space 
    between the opening and closing tag.
    If ANY whitespace remains between the opening anc closing tags the "Please Note" image
    will be drawn to the page 
    
    also, limit each line of text to about 35 chars.
  -->
  <PleaseNote></PleaseNote>

</Status>