<xs:element name="accuracy">
<xs:annotation>
<xs:documentation>accuracy is in terms of the data value before adjustment by mult and offset. if a characteristic frame (i.e. number of values) of values of accuracy, then each value corresponds to the corresponding Characteristic Frame position or interval</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="type" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed values: relative, absolute, systematic, random. default is absolute</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="errorDistribution" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Allowed Values: gaussian, chi, chi2, possion, gamma. default is gaussian</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="factor" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>allowed values: 1sigma, 2sigma, 3sigma, 4sigma, 5sigma, 6sigma, percent, range. RMS, RSS, Default is 1sigma</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="accyValues" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>A single accyValue relates to whole range of parent coordinates (e.g. data or prop). If accyValue is variable over the parent coordinates then there shall be a one-to-one correspondence between the accyValues and the parent coordinates. use mult and offset to describe variances over CF</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |