Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ControlIssueDetailsType / ControlIssue
Annotations
The ControlIssue element defines the type of the control issue.
Diagram
Diagram Statistics_xsd_Complex_Type_ControlIssueType.tmp#ControlIssueType_ControlIssueEnum Statistics_xsd_Complex_Type_ControlIssueType.tmp#ControlIssueType_OtherControlIssue Statistics_xsd_Complex_Type_ControlIssueType.tmp#ControlIssueType
Type ControlIssueType
Properties
content complex
Children ControlIssueEnum, OtherControlIssue
Instance
<ControlIssue xmlns="http://qifstandards.org/xsd/qif3">
  <ControlIssueEnum>{1,1}</ControlIssueEnum>
  <OtherControlIssue>{1,1}</OtherControlIssue>
</ControlIssue>
Source
<xs:element name="ControlIssue" type="ControlIssueType">
  <xs:annotation>
    <xs:documentation>The ControlIssue element defines the type of the control issue.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element ControlIssueDetailsType / ControlMethodId
Annotations
The optional ControlMethodId element is the QIF id of the control method triggering this issue.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="ControlMethodId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ControlMethodId element is the QIF id of the control method triggering this issue.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element ControlIssueDetailsType / StudyIssueId
Annotations
The optional StudyIssueId element is the QIF id of the study issue associated with this control issue.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="StudyIssueId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional StudyIssueId element is the QIF id of the study issue associated with this control issue.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type ControlIssueDetailsType
Annotations
The ControlIssueDetailsType defines the details of a control issue.
Diagram
Diagram Statistics_xsd_Complex_Type_ControlIssueDetailsType.tmp#ControlIssueDetailsType_ControlIssue Statistics_xsd_Complex_Type_ControlIssueDetailsType.tmp#ControlIssueDetailsType_ControlMethodId Statistics_xsd_Complex_Type_ControlIssueDetailsType.tmp#ControlIssueDetailsType_StudyIssueId
Used by
Children ControlIssue, ControlMethodId, StudyIssueId
Source
<xs:complexType name="ControlIssueDetailsType">
  <xs:annotation>
    <xs:documentation>The ControlIssueDetailsType defines the details of a control issue.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ControlIssue" type="ControlIssueType">
      <xs:annotation>
        <xs:documentation>The ControlIssue element defines the type of the control issue.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ControlMethodId" type="QIFReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ControlMethodId element is the QIF id of the control method triggering this issue.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StudyIssueId" type="QIFReferenceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional StudyIssueId element is the QIF id of the study issue associated with this control issue.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd