Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element StatsEvalStatusType / StatsEvalStatusEnum
Annotations
The StatsEvalStatusEnum element describes an often-used status of a statistical evaluation.
Diagram
Diagram Statistics_xsd_Simple_Type_StatsEvalStatusEnumType.tmp#StatsEvalStatusEnumType
Type StatsEvalStatusEnumType
Properties
content simple
Facets
enumeration PASS
enumeration FAIL
enumeration INFORMATIONAL
enumeration UNDEFINED
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element StatsEvalStatusType / OtherStatsEvalStatus
Annotations
The OtherStatsEvalStatus element describes the status of a statistical evaluation in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type StatsEvalStatusType
Annotations
The StatsEvalStatusType defines the status of a statistical evaluation.
Diagram
Diagram Statistics_xsd_Complex_Type_StatsEvalStatusType.tmp#StatsEvalStatusType_StatsEvalStatusEnum Statistics_xsd_Complex_Type_StatsEvalStatusType.tmp#StatsEvalStatusType_OtherStatsEvalStatus
Used by
Children OtherStatsEvalStatus, StatsEvalStatusEnum
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd