<xsd:element name="ProcessSpecification">
<xsd:annotation>
<xsd:documentation>Root element of a Process Specification document that has a globally
unique identity. The Process Specification element can specify the version of the
technical specification used and the process instance version related to the target
ebBP (schema).</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="ProcessSpecificationType">
<xsd:attribute name="specificationVersion" type="xsd:NMTOKEN" use="optional">
<xsd:annotation>
<xsd:documentation>Is the technical specification version of the Process Specification. Note:
This attribute was added in v2.0.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="instanceVersion" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Is the version of the Process Specification or
artifact instance. An example would be the Australian Wheat Board
v2.1. Note: This attribute was added in v2.0.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:unique name="ProcessSpecification-ID">
<xsd:selector xpath="." />
<xsd:field xpath="nameID" />
</xsd:unique>
</xsd:element>
|