stat:ProcessStepType
complexType ProcessStepType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/
Definition
A data type for a work package that performs a business process.
Diagram
XML Schema
<xs:complexType name="ProcessStepType">
<xs:annotation>
<xs:documentation>
A data type for a work package that performs a business process.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="stat:IdentifiableArtifactType">
<xs:sequence>
<xs:element ref="stat:ProcessStep" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessStepBusinessService" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessStepComprehensiveIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessStepExecutedProcessControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessStepInstance" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessStepSpecifiedProcessDesign" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessStepAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>