stat:ProcessControlDesignType

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

Definition

A data type for a specification of the decision points required during the execution of a business process.

Diagram

XML Schema

<xs:complexType name="ProcessControlDesignType">
<xs:annotation>
<xs:documentation>
A data type for a specification of the decision points required during the execution of a business process.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:ProcessControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:Rule" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessControlDesignAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>