Point

Point is used when an object is described as a set of points.

Complex Type Information

Model

Children: annotation, notes, xyz

Attributes

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

Used By

Source

<xsd:complexType name="Point">
  <xsd:annotation>
    <xsd:documentation>Point is used when an object is described as a set of points.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="xyz" minOccurs="1" maxOccurs="unbounded" type="XYZ"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>