Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element SummariesStatisticsForceType / ForceStatsSummary
Annotations
Each ForceStatsSummary element is a summary of a single force statistical value.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Complex_Type_SummaryStatisticsType.tmp#SummaryStatisticsType_TypeOfSummary Statistics_xsd_Element_SummaryStatsValue.tmp#SummaryStatsValue Statistics_xsd_Complex_Type_SummaryStatisticsType.tmp#SummaryStatisticsType Statistics_xsd_Complex_Type_SummaryStatisticsForceType.tmp#SummaryStatisticsForceType_forceUnit Statistics_xsd_Complex_Type_SummaryStatisticsForceType.tmp#SummaryStatisticsForceType
Type SummaryStatisticsForceType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Attributes, SummaryStatsValue, TypeOfSummary
Instance
<ForceStatsSummary forceUnit="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <TypeOfSummary>{1,1}</TypeOfSummary>
  <SummaryStatsValue>{1,unbounded}</SummaryStatsValue>
</ForceStatsSummary>
Attributes
QName Type Use Annotation
forceUnit xs:token optional
The optional forceUnit attribute defines the unit name for the SummaryStatisticsForceType.
Source
<xs:element name="ForceStatsSummary" type="SummaryStatisticsForceType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each ForceStatsSummary element is a summary of a single force statistical value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type SummariesStatisticsForceType
Annotations
The SummariesStatisticsForceType defines a list of summaries for force statistical values.
Diagram
Diagram Statistics_xsd_Complex_Type_SummariesStatisticsForceType.tmp#SummariesStatisticsForceType_n Statistics_xsd_Complex_Type_SummariesStatisticsForceType.tmp#SummariesStatisticsForceType_ForceStatsSummary
Used by
Children ForceStatsSummary
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of summaries in the list.
Source
<xs:complexType name="SummariesStatisticsForceType">
  <xs:annotation>
    <xs:documentation>The SummariesStatisticsForceType defines a list of summaries for force statistical values.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ForceStatsSummary" type="SummaryStatisticsForceType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ForceStatsSummary element is a summary of a single force statistical value.</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 summaries in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute SummariesStatisticsForceType / @n
Annotations
The required n attribute is the number of summaries in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of summaries in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd