stat:PopulationType

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

Definition

A data type for a total membership of a defined class of people, objects or events.

Diagram

XML Schema

<xs:complexType name="PopulationType">
<xs:annotation>
<xs:documentation>
A data type for a total membership of a defined class of people, objects or events.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:PopulationChildPopulation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:PopulationGeographyText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:PopulationParentPopulation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:PopulationReferencePeriodDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:PopulationUnit" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:PopulationUniverse" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:PopulationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>