NumericInfo

Element Information

Model

Children: Extension, Quantile

Attributes

QName Type Fixed Default Use Inheritable Annotation
interQuartileRange NUMBER optional
maximum NUMBER optional
mean NUMBER optional
median NUMBER optional
minimum NUMBER optional
standardDeviation NUMBER optional

Used By

Source

<xs:element name="NumericInfo">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Quantile" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="minimum" type="NUMBER"/>
    <xs:attribute name="maximum" type="NUMBER"/>
    <xs:attribute name="mean" type="NUMBER"/>
    <xs:attribute name="standardDeviation" type="NUMBER"/>
    <xs:attribute name="median" type="NUMBER"/>
    <xs:attribute name="interQuartileRange" type="NUMBER"/>
  </xs:complexType>
</xs:element>

Sample