Measurement

Measurement represents spatial information of objects.
Each measurement corresponds to coordinates of position for each object.
Property describes the features of an object.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
metaid xsd:ID optional

Used By

Source

<xsd:complexType name="Measurement">
  <xsd:annotation>
    <xsd:documentation>Measurement represents spatial information of objects. Each measurement corresponds to coordinates of position for each object. Property describes the features of an object.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="objectRef" type="xsd:string"/>
        <xsd:choice minOccurs="0">
          <xsd:element name="point" type="Point"/>
          <xsd:element name="line" type="Line"/>
          <xsd:element name="circle" type="Circle"/>
          <xsd:element name="sphere" type="Sphere"/>
          <xsd:element name="face" type="Face"/>
        </xsd:choice>
        <xsd:element name="property" minOccurs="0" maxOccurs="unbounded" type="Property"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>