stat:UniverseType

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

Definition

A data type for a defined class of people, entities, events, or objects, with no specification of time and geography, contextualizing a unit type.

Diagram

XML Schema

<xs:complexType name="UniverseType">
<xs:annotation>
<xs:documentation>
A data type for a defined class of people, entities, events, or objects, with no specification of time and geography, contextualizing a unit type.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:UniverseChildUniverse" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:UniverseParentUniverse" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:UniverseSpecifiedUnitClass" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:UniverseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>