stat:AssessmentType

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

Definition

A data type for a result of the analysis of the quality and effectiveness of any activity undertaken by a statistical organization and recommendations on how these can be improved.

Diagram

XML Schema

<xs:complexType name="AssessmentType">
<xs:annotation>
<xs:documentation>
A data type for a result of the analysis of the quality and effectiveness of any activity undertaken by a statistical organization and recommendations on how these can be improved.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:AssessmentDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:AssessmentEvaluatedStatisticalNeed" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:AssessmentIssueText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:AssessmentRecommendationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:AssessmentResultText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:SubjectField" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:AssessmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>