<?xml version="1.0"?>
<!--
Copyright (C) The Business Process Management Initiative [BPMI.org] (2002,2003).
All Rights Reserved.

This document and the information contained herein is provided on an
"AS IS" basis and BPMI.org DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

The full language of the notice is available at http://www.bpmi.org
-->
<bpml:package targetNamespace="http://www.bpmi.org/2003/BPML/instance"
              xmlns:bpml="http://www.bpmi.org/2003/BPML/process"
              xmlns:inst="http://www.bpmi.org/2003/BPML/instance"
              xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <bpml:property name="branch" type="xsd:positiveInteger"/>

  <bpml:property name="current" type="xsd:anyType"/>

  <bpml:property name="endTime" type="xsd:dateTime" fixed="true"/>

  <bpml:property name="fault" type="xsd:QName" fixed="true"/>

  <bpml:property name="identifier" type="inst:instance" fixed="true"/>

  <bpml:property name="iteration" type="xsd:positiveInteger"/>

  <bpml:property name="startTime" type="xsd:dateTime" fixed="true"/>

  <bpml:property name="state" type="inst:state"/>

  <bpml:identity name="process" property="inst:identifier"/>

</bpml:package>