stat:UnitType

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

Definition

A data type for an object of interest in a business process.

Diagram

XML Schema

<xs:complexType name="UnitType">
<xs:annotation>
<xs:documentation>
A data type for an object of interest in a business process.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:UnitClass" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:UnitAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>