Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type AssignableCauseEnumType
Annotations
The AssignableCauseEnumType enumerates various common causes that can be assigned to a control issue.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration POWER_FAILURE
enumeration BROKEN_TOOL
enumeration COMPUTER_CRASH
enumeration WEATHER_EVENT
enumeration OTHER
Used by
Source
<xs:simpleType name="AssignableCauseEnumType">
  <xs:annotation>
    <xs:documentation>The AssignableCauseEnumType enumerates various common causes that can be assigned to a control issue.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="POWER_FAILURE"/>
    <xs:enumeration value="BROKEN_TOOL"/>
    <xs:enumeration value="COMPUTER_CRASH"/>
    <xs:enumeration value="WEATHER_EVENT"/>
    <xs:enumeration value="OTHER"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd