stat:EnvironmentChangeType

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

Definition

A data type for a requirement for change that originates from a change in the operating environment of the statistical organization.

Diagram

XML Schema

<xs:complexType name="EnvironmentChangeType">
<xs:annotation>
<xs:documentation>
A data type for a requirement for change that originates from a change in the operating environment of the statistical organization.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:EnvironmentChangeOriginText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:EnvironmentLegalChangeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:EnvironmentMethodChangeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:EnvironmentOtherChangeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:EnvironmentSoftwareChangeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:EnvironmentChangeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>