stat:BusinessServiceType

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

Definition

A data type for a means of performing a business function.

Diagram

XML Schema

<xs:complexType name="BusinessServiceType">
<xs:annotation>
<xs:documentation>
A data type for a means of performing a business function.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:BusinessServiceBusinessFunction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:BusinessServiceInterfaceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:BusinessServiceProcessDesign" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:BusinessServiceProcessStep" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:BusinessServiceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>