Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element StudyIssuesType / StudyIssue
Annotations
Each StudyIssue element provides details about any issues encountered in the study.
Diagram
Diagram Statistics_xsd_Complex_Type_StudyIssueType.tmp#StudyIssueType_id Statistics_xsd_Complex_Type_StudyIssueType.tmp#StudyIssueType_Traceability Statistics_xsd_Complex_Type_StudyIssueType.tmp#StudyIssueType_AssignableCauseIds Statistics_xsd_Complex_Type_StudyIssueType.tmp#StudyIssueType_CorrectiveActionIds Statistics_xsd_Complex_Type_StudyIssueType.tmp#StudyIssueType_Resolution Statistics_xsd_Complex_Type_StudyIssueType.tmp#StudyIssueType_CharacteristicMeasurementIds Statistics_xsd_Complex_Type_StudyIssueType.tmp#StudyIssueType_SubgroupIds Statistics_xsd_Complex_Type_StudyIssueType.tmp#StudyIssueType
Type StudyIssueType
Properties
content complex
maxOccurs unbounded
Children AssignableCauseIds, CharacteristicMeasurementIds, CorrectiveActionIds, Resolution, SubgroupIds, Traceability
Instance
<StudyIssue id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Traceability>{0,1}</Traceability>
  <AssignableCauseIds n="">{0,1}</AssignableCauseIds>
  <CorrectiveActionIds n="">{0,1}</CorrectiveActionIds>
  <Resolution>{0,1}</Resolution>
  <CharacteristicMeasurementIds n="">{1,1}</CharacteristicMeasurementIds>
  <SubgroupIds n="">{1,1}</SubgroupIds>
</StudyIssue>
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the study issue, used for referencing.
Source
<xs:element name="StudyIssue" type="StudyIssueType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each StudyIssue element provides details about any issues encountered in the study.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type StudyIssuesType
Annotations
The StudyIssuesType defines a list of study issues.
Diagram
Diagram Statistics_xsd_Complex_Type_StudyIssuesType.tmp#StudyIssuesType_n Statistics_xsd_Complex_Type_StudyIssuesType.tmp#StudyIssuesType_StudyIssue
Used by
Children StudyIssue
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of study issues in the list.
Source
<xs:complexType name="StudyIssuesType">
  <xs:annotation>
    <xs:documentation>The StudyIssuesType defines a list of study issues.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StudyIssue" type="StudyIssueType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each StudyIssue element provides details about any issues encountered in the study.</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 study issues in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute StudyIssuesType / @n
Annotations
The required n attribute is the number of study issues in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type StudyIssuesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of study issues in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd