stat:BusinessProcessType

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

Definition

A data type for a set of process steps to perform one of more business functions to deliver a statistical program cycle or statistical support program.

Diagram

XML Schema

<xs:complexType name="BusinessProcessType">
<xs:annotation>
<xs:documentation>
A data type for a set of process steps to perform one of more business functions to deliver a statistical program cycle or statistical support program.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:BusinessProcessBusinessFunction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:BusinessProcessBusinessService" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:BusinessProcessEndedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:BusinessProcessInitiatedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessStep" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:BusinessProcessAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>