Global Type: bpmStageStatusType
General Description
BPM stage properties
Name | Type | Attributes | Description |
---|---|---|---|
id | xs:string | required once | Identifier of the stage |
displayName | xs:string | optional | Display name of the stage |
translatedDisplayName | bpmLabelType | optional minOccurs=0 maxOccurs=unbounded |
Translated display name of the stage |
stageState | bpmStageCompletionType | required once | Indicates the completion status of the given stage |
item | bpmStageStatusItemType | optional minOccurs=0 maxOccurs=unbounded |
Checklist items of the stage |
<xs:complexType name="bpmStageStatusType">
<xs:annotation>
<xs:documentation>
<![CDATA[BPM stage properties]]>
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="id" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[Identifier of the stage]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="displayName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[Display name of the stage]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="translatedDisplayName" type="bpmLabelType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
<![CDATA[Translated display name of the stage]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="stageState" type="bpmStageCompletionType">
<xs:annotation>
<xs:documentation>
<![CDATA[Indicates the completion status of the given stage]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="item" type="bpmStageStatusItemType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
<![CDATA[Checklist items of the stage]]>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>