Class MeasuredValue

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    SiteMeasurements.MeasuredValue

    public class MeasuredValue
    extends Object
    implements Serializable
    Contains optional characteristics for the specific measured value (ordered/indexed to correspond with that of the referenced measurement point) which override the static characteristics defined for the measurement point.

    Java class for MeasuredValue complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MeasuredValue">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="measurementEquipmentTypeUsed" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="locationCharacteristicsOverride" type="{http://datex2.eu/schema/1_0/1_0}LocationCharacteristicsOverride" minOccurs="0"/>
             <element name="basicDataValue" type="{http://datex2.eu/schema/1_0/1_0}BasicDataValue"/>
             <element name="measuredValueExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form