stat:ProcessControlType

complexType ProcessControlType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for a set of decision points which determine the flow between the process steps used to perform a business process.

Diagram

XML Schema

<xs:complexType name="ProcessControlType">
<xs:annotation>
<xs:documentation>
A data type for a set of decision points which determine the flow between the process steps used to perform a business process.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:ProcessControlInvokedProcessStep" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessControlParameterInput" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessControlProcessControlDesign" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessControlProcessExecutionLog" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessControlProcessMetric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessControlProcessSupportInput" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessControlTransformableInput" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessControlTransformableOutput" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessControlAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>