<xs:complexType name="StatsEvalStatusType">
<xs:annotation>
<xs:documentation>The StatsEvalStatusType defines the status of a statistical evaluation.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="StatsEvalStatusEnum" type="StatsEvalStatusEnumType">
<xs:annotation>
<xs:documentation>The StatsEvalStatusEnum element describes an often-used status of a statistical evaluation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherStatsEvalStatus" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherStatsEvalStatus element describes the status of a statistical evaluation in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |