gml:MeasureOrNilReasonListType

gml:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
uom gml:UomIdentifier required

Used By

Source

<complexType name="MeasureOrNilReasonListType">
  <annotation>
    <documentation>gml:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason.</documentation>
  </annotation>
  <simpleContent>
    <extension base="gml:doubleOrNilReasonList">
      <attribute name="uom" type="gml:UomIdentifier" use="required"/>
    </extension>
  </simpleContent>
</complexType>