An optional status that describes the relationship of this quantity's value to a contextual target or expected value.The target value itself is not defined here but is known from the context of the measurement, such as a process control limit, a clinical reference range, or a business rule.Example: A temperature sensor reports a value of 140C. If the system's target operational temperature is 160C, the magnitude-status for the 140C reading would be 'less_than'.
<xs:element maxOccurs="1" minOccurs="0" name="magnitude-status" type="sdc4:MagnitudeStatus"><xs:annotation><xs:documentation xml:lang="en-us">An optional status that describes the relationship of this quantity's value to a contextual target or expected value. The target value itself is not defined here but is known from the context of the measurement, such as a process control limit, a clinical reference range, or a business rule. Example: A temperature sensor reports a value of 140C. If the system's target operational temperature is 160C, the magnitude-status for the 140C reading would be 'less_than'.</xs:documentation><xs:appinfo><rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType/magnitude-status"><rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType"/><rdfs:range rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#MagnitudeStatus"/><rdfs:label xml:lang="en-us">magnitude-status</rdfs:label><rdf:type rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#MagnitudeStatus"/><rdfs:comment xml:lang="en-us">Describes the relationship of the value to an external contextual target (e.g., 'less_than' an operational limit).</rdfs:comment></rdf:Description></xs:appinfo></xs:annotation></xs:element>
Models ACCURACY. Defines the margin of systematic error, representing how close a measurement is to the true value. This value is expressed as a plus-or-minus percentage of the magnitude. For example, a value of '2.5' indicates the true value is within +/- 2.5% of the stated magnitude.
Diagram
Type
xs:decimal
Properties
content
simple
minOccurs
0
maxOccurs
1
Source
<xs:element maxOccurs="1" minOccurs="0" name="accuracy_margin" type="xs:decimal"><xs:annotation><xs:documentation xml:lang="en-us">Models ACCURACY. Defines the margin of systematic error, representing how close a measurement is to the true value. This value is expressed as a plus-or-minus percentage of the magnitude. For example, a value of '2.5' indicates the true value is within +/- 2.5% of the stated magnitude.</xs:documentation><xs:appinfo><rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType/accuracy_margin"><rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType"/><rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/><rdfs:label xml:lang="en-us">accuracy_margin</rdfs:label><rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/><rdfs:comment xml:lang="en-us">The margin of systematic error (+/- %) defining the measurement's accuracy.</rdfs:comment></rdf:Description></xs:appinfo></xs:annotation></xs:element>
Models PRECISION. Defines the resolution of the measurement by specifying the number of significant digits after the decimal point.This is especially useful for decimal-based quantities where trailing zeros are significant. For example, a magnitude of '10.50' with a precision_digits of '2' indicates the measurement is precise to the hundredths place.
Diagram
Type
xs:nonNegativeInteger
Properties
content
simple
minOccurs
0
maxOccurs
1
Source
<xs:element maxOccurs="1" minOccurs="0" name="precision_digits" type="xs:nonNegativeInteger"><xs:annotation><xs:documentation xml:lang="en-us">Models PRECISION. Defines the resolution of the measurement by specifying the number of significant digits after the decimal point. This is especially useful for decimal-based quantities where trailing zeros are significant. For example, a magnitude of '10.50' with a precision_digits of '2' indicates the measurement is precise to the hundredths place.</xs:documentation><xs:appinfo><rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType/precision_digits"><rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType"/><rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/><rdfs:label xml:lang="en-us">precision_digits</rdfs:label><rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/><rdfs:comment xml:lang="en-us">The number of significant decimal digits defining the measurement's precision.</rdfs:comment></rdf:Description></xs:appinfo></xs:annotation></xs:element>
Complex Type sdc4:XdQuantifiedType
Namespace
https://semanticdatacharter.com/ns/sdc4/
Annotations
Abstract type defining the concept of true quantified values, i.e. values which are not only ordered, but which have a precise magnitude.
<xs:complexType abstract="true" name="XdQuantifiedType"><xs:annotation><xs:documentation xml:lang="en-us">Abstract type defining the concept of true quantified values, i.e. values which are not only ordered, but which have a precise magnitude.</xs:documentation><xs:appinfo><rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType"><rdfs:isDefinedBy rdf:resource="https://semanticdatacharter.com/docs/sdc4/sdc4_xsd_Complex_Type_sdc4_XdQuantifiedType.html#XdQuantifiedType"/><rdfs:subClassOf rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdOrderedType"/><rdfs:label xml:lang="en-us">XdQuantifiedType</rdfs:label><rdf:type rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4/CMC"/><rdfs:comment xml:lang="en-us">Abstract type defining the concept of true quantified values, i.e. values which are not only ordered, but which have a precise magnitude.</rdfs:comment></rdf:Description></xs:appinfo></xs:annotation><xs:complexContent><xs:extension base="sdc4:XdOrderedType"><xs:sequence><xs:element maxOccurs="1" minOccurs="0" name="magnitude-status" type="sdc4:MagnitudeStatus"><xs:annotation><xs:documentation xml:lang="en-us">An optional status that describes the relationship of this quantity's value to a contextual target or expected value. The target value itself is not defined here but is known from the context of the measurement, such as a process control limit, a clinical reference range, or a business rule. Example: A temperature sensor reports a value of 140C. If the system's target operational temperature is 160C, the magnitude-status for the 140C reading would be 'less_than'.</xs:documentation><xs:appinfo><rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType/magnitude-status"><rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType"/><rdfs:range rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#MagnitudeStatus"/><rdfs:label xml:lang="en-us">magnitude-status</rdfs:label><rdf:type rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#MagnitudeStatus"/><rdfs:comment xml:lang="en-us">Describes the relationship of the value to an external contextual target (e.g., 'less_than' an operational limit).</rdfs:comment></rdf:Description></xs:appinfo></xs:annotation></xs:element><xs:element maxOccurs="1" minOccurs="0" name="accuracy_margin" type="xs:decimal"><xs:annotation><xs:documentation xml:lang="en-us">Models ACCURACY. Defines the margin of systematic error, representing how close a measurement is to the true value. This value is expressed as a plus-or-minus percentage of the magnitude. For example, a value of '2.5' indicates the true value is within +/- 2.5% of the stated magnitude.</xs:documentation><xs:appinfo><rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType/accuracy_margin"><rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType"/><rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/><rdfs:label xml:lang="en-us">accuracy_margin</rdfs:label><rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/><rdfs:comment xml:lang="en-us">The margin of systematic error (+/- %) defining the measurement's accuracy.</rdfs:comment></rdf:Description></xs:appinfo></xs:annotation></xs:element><xs:element maxOccurs="1" minOccurs="0" name="precision_digits" type="xs:nonNegativeInteger"><xs:annotation><xs:documentation xml:lang="en-us">Models PRECISION. Defines the resolution of the measurement by specifying the number of significant digits after the decimal point. This is especially useful for decimal-based quantities where trailing zeros are significant. For example, a magnitude of '10.50' with a precision_digits of '2' indicates the measurement is precise to the hundredths place.</xs:documentation><xs:appinfo><rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType/precision_digits"><rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdQuantifiedType"/><rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/><rdfs:label xml:lang="en-us">precision_digits</rdfs:label><rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/><rdfs:comment xml:lang="en-us">The number of significant decimal digits defining the measurement's precision.</rdfs:comment></rdf:Description></xs:appinfo></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>