Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element AssignableCausesType / AssignableCause
Annotations
Each AssignableCause element gives information about the a particular assignable cause.
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 Statistics_xsd_Complex_Type_AssignableCauseType.tmp#AssignableCauseType
Type AssignableCauseType
Properties
content complex
maxOccurs unbounded
Children AssignableCauseEnum, Attributes, CorrectiveActionIds, Description
Instance
<AssignableCause id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Description>{1,1}</Description>
  <AssignableCauseEnum>{1,1}</AssignableCauseEnum>
  <CorrectiveActionIds n="">{0,1}</CorrectiveActionIds>
</AssignableCause>
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:element name="AssignableCause" type="AssignableCauseType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each AssignableCause element gives information about the a particular assignable cause.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type AssignableCausesType
Annotations
The AssignableCausesType defines a list of assignable causes.
Diagram
Diagram Statistics_xsd_Complex_Type_AssignableCausesType.tmp#AssignableCausesType_n Statistics_xsd_Complex_Type_AssignableCausesType.tmp#AssignableCausesType_AssignableCause
Used by
Children AssignableCause
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of assignable causes in the list.
Source
<xs:complexType name="AssignableCausesType">
  <xs:annotation>
    <xs:documentation>The AssignableCausesType defines a list of assignable causes.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AssignableCause" type="AssignableCauseType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each AssignableCause element gives information about the a particular assignable cause.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of assignable causes in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute AssignableCausesType / @n
Annotations
The required n attribute is the number of assignable causes in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type AssignableCausesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of assignable causes in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd