stat:StatisticalProgramType
complexType StatisticalProgramType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/
Definition
A data type for a set of activities, which may be repeated, that describes the purpose and context of a set of business process within the context of the relevant statistical program cycles.
Diagram
XML Schema
<xs:complexType name="StatisticalProgramType">
<xs:annotation>
<xs:documentation>
A data type for a set of activities, which may be repeated, that describes the purpose and context of a set of business process within the context of the relevant statistical program cycles.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="stat:IdentifiableArtifactType">
<xs:sequence>
<xs:element ref="stat:Product" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramBudgetAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramContextSubjectField" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramCycle" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramEndedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramFundingSourceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramInitiatedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramLegalFrameworkText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramLegislativeReferenceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramRelatedStatisticalProgram" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramUsedStatisticalProgramDesign" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:StatisticalProgramAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>