Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element StatisticsType / StatisticalStudyPlans
Annotations
The optional StatisticalStudyPlans element defines one or more
statistical study plans.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_StatisticalStudyPlansType.tmp#StatisticalStudyPlansType_n QIFStatistics_xsd_Element_StatisticalStudyPlan.tmp#StatisticalStudyPlan QIFStatistics_xsd_Complex_Type_StatisticalStudyPlansType.tmp#StatisticalStudyPlansType
Type StatisticalStudyPlansType
Properties
content complex
minOccurs 0
Children StatisticalStudyPlan
Instance
<StatisticalStudyPlans n="" xmlns="http://qifstandards.org/xsd/qif3">
  <StatisticalStudyPlan id="">{1,unbounded}</StatisticalStudyPlan>
</StatisticalStudyPlans>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of statistical study plans
in this list.
Source
<xs:element name="StatisticalStudyPlans" type="StatisticalStudyPlansType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional StatisticalStudyPlans element defines one or more statistical study plans.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element StatisticsType / StatisticalStudiesResults
Annotations
The optional StatisticalStudiesResults element defines one or
more statistical study results.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_StatisticalStudiesResultsType.tmp#StatisticalStudiesResultsType_n QIFStatistics_xsd_Element_StatisticalStudyResults.tmp#StatisticalStudyResults QIFStatistics_xsd_Complex_Type_StatisticalStudiesResultsType.tmp#StatisticalStudiesResultsType
Type StatisticalStudiesResultsType
Properties
content complex
minOccurs 0
Children StatisticalStudyResults
Instance
<StatisticalStudiesResults n="" xmlns="http://qifstandards.org/xsd/qif3">
  <StatisticalStudyResults id="">{1,unbounded}</StatisticalStudyResults>
</StatisticalStudiesResults>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of statistical study
results in this list.
Source
<xs:element name="StatisticalStudiesResults" type="StatisticalStudiesResultsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional StatisticalStudiesResults element defines one or more statistical study results.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Element StatisticsType / CorrectiveActionPlans
Annotations
The optional CorrectiveActionPlans element defines one or more
corrective action plans.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_CorrectiveActionPlansType.tmp#CorrectiveActionPlansType_n QIFStatistics_xsd_Complex_Type_CorrectiveActionPlansType.tmp#CorrectiveActionPlansType_CorrectiveActionPlan QIFStatistics_xsd_Complex_Type_CorrectiveActionPlansType.tmp#CorrectiveActionPlansType
Type CorrectiveActionPlansType
Properties
content complex
minOccurs 0
Children CorrectiveActionPlan
Instance
<CorrectiveActionPlans n="" xmlns="http://qifstandards.org/xsd/qif3">
  <CorrectiveActionPlan id="">{1,unbounded}</CorrectiveActionPlan>
</CorrectiveActionPlans>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of corrective action plans
in this list.
Source
<xs:element name="CorrectiveActionPlans" type="CorrectiveActionPlansType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CorrectiveActionPlans element defines one or more corrective action plans.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd
Complex Type StatisticsType
Annotations
The StatisticsType defines the container element that holds all
statistical plan and/or results.
Diagram
Diagram QIFStatistics_xsd_Complex_Type_StatisticsType.tmp#StatisticsType_StatisticalStudyPlans QIFStatistics_xsd_Complex_Type_StatisticsType.tmp#StatisticsType_StatisticalStudiesResults QIFStatistics_xsd_Complex_Type_StatisticsType.tmp#StatisticsType_CorrectiveActionPlans
Used by
Element Statistics
Children CorrectiveActionPlans, StatisticalStudiesResults, StatisticalStudyPlans
Source
<xs:complexType name="StatisticsType">
  <xs:annotation>
    <xs:documentation>The StatisticsType defines the container element that holds all statistical plan and/or results.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StatisticalStudyPlans" type="StatisticalStudyPlansType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional StatisticalStudyPlans element defines one or more statistical study plans.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StatisticalStudiesResults" type="StatisticalStudiesResultsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional StatisticalStudiesResults element defines one or more statistical study results.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CorrectiveActionPlans" type="CorrectiveActionPlansType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CorrectiveActionPlans element defines one or more corrective action plans.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFStatistics.xsd