xpdl:Artifact

BPMN: Not further defined here.

Element Information

Model

xpdl:Object{0,1} , xpdl:Group{0,1} , xpdl:DataObject{0,1} , xpdl:NodeGraphicsInfos{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
ArtifactType restriction of xsd:NMTOKEN required
Group xsd:string optional
deprecated: use Group subelement
Id xsd:NMTOKEN required
Name xsd:string optional
TextAnnotation xsd:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Artifacts

Source

<xsd:element name="Artifact">
  <xsd:annotation>
    <xsd:documentation>BPMN: Not further defined here.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence minOccurs="0">
      <xsd:element ref="xpdl:Object" minOccurs="0"/>
      <xsd:element ref="xpdl:Group" minOccurs="0"/>
      <xsd:element ref="xpdl:DataObject" minOccurs="0"/>
      <xsd:element ref="xpdl:NodeGraphicsInfos" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="Id" type="xsd:NMTOKEN" use="required"/>
    <xsd:attribute name="Name" type="xsd:string" use="optional"/>
    <xsd:attribute name="ArtifactType" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="DataObject"/>
          <xsd:enumeration value="Group"/>
          <xsd:enumeration value="Annotation"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="TextAnnotation" type="xsd:string" use="optional"/>
    <xsd:attribute name="Group" type="xsd:string" use="optional">
      <xsd:annotation>
        <xsd:documentation>deprecated: use Group subelement</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample