Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element AssignableCauseType / Description
Annotations
The Description element describes an assignable cause for a control issue in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Description" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Description element describes an assignable cause for a control issue in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element AssignableCauseType / AssignableCauseEnum
Annotations
The AssignableCauseEnum element describes an assignable cause for a control issue as an enumeration of common causes.
Diagram
Diagram Statistics_xsd_Simple_Type_AssignableCauseEnumType.tmp#AssignableCauseEnumType
Type AssignableCauseEnumType
Properties
content simple
Facets
enumeration POWER_FAILURE
enumeration BROKEN_TOOL
enumeration COMPUTER_CRASH
enumeration WEATHER_EVENT
enumeration OTHER
Source
<xs:element name="AssignableCauseEnum" type="AssignableCauseEnumType">
  <xs:annotation>
    <xs:documentation>The AssignableCauseEnum element describes an assignable cause for a control issue as an enumeration of common causes.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element AssignableCauseType / CorrectiveActionIds
Annotations
The optional CorrectiveActionIds element is a list of the ids of the corrective actions to take when this cause is assigned to a control issue.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<CorrectiveActionIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</CorrectiveActionIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="CorrectiveActionIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CorrectiveActionIds element is a list of the ids of the corrective actions to take when this cause is assigned to a control issue.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type AssignableCauseType
Annotations
The AssignableCauseType defines a possible cause for a control issue and the action or actions to take.
Diagram
Diagram Statistics_xsd_Complex_Type_AssignableCauseType.tmp#AssignableCauseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Complex_Type_AssignableCauseType.tmp#AssignableCauseType_Description Statistics_xsd_Complex_Type_AssignableCauseType.tmp#AssignableCauseType_AssignableCauseEnum Statistics_xsd_Complex_Type_AssignableCauseType.tmp#AssignableCauseType_CorrectiveActionIds
Used by
Children AssignableCauseEnum, Attributes, CorrectiveActionIds, Description
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the assignable cause, used for referencing.
Source
<xs:complexType name="AssignableCauseType">
  <xs:annotation>
    <xs:documentation>The AssignableCauseType defines a possible cause for a control issue and the action or actions to take.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:element name="Description" type="xs:string">
        <xs:annotation>
          <xs:documentation>The Description element describes an assignable cause for a control issue in natural language.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AssignableCauseEnum" type="AssignableCauseEnumType">
        <xs:annotation>
          <xs:documentation>The AssignableCauseEnum element describes an assignable cause for a control issue as an enumeration of common causes.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:element name="CorrectiveActionIds" type="ArrayReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CorrectiveActionIds element is a list of the ids of the corrective actions to take when this cause is assigned to a control issue.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The required id attribute is the QIF id of the assignable cause, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute AssignableCauseType / @id
Annotations
The required id attribute is the QIF id of the assignable cause, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type AssignableCauseType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The required id attribute is the QIF id of the assignable cause, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd