<presence xmlns="urn:ietf:params:xml:ns:pidf"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:ts="urn:ietf:params:xml:ns:pidf:timed-status"
  xsi:schemaLocation="urn:ietf:params:xml:ns:pidf pidf.xsd
  urn:ietf:params:xml:ns:pidf:data-model data-model.xsd
  urn:ietf:params:xml:ns:pidf:timed-status timed-status.xsd"
  entity="pres:someone@example.com">
 
  <tuple id="c8dqui">
    <status>
      <basic>open</basic>
    </status>
    <ts:timed-status from="2005-08-15T10:20:00.000-05:00"
       until="2005-08-22T19:30:00.000-05:00">
       <ts:basic>closed</ts:basic>
    </ts:timed-status>
    <contact>sip:someone@example.com</contact>
  </tuple>
  <note>I'll be in Tokyo next week</note>
</presence>
