XYZ

XYZ represents three-dimensional coordinates.

Complex Type Information

Model

Children: annotation, notes, x, y, z

Attributes

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

Used By

Source

<xsd:complexType name="XYZ">
  <xsd:annotation>
    <xsd:documentation>XYZ represents three-dimensional coordinates.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="x" type="xsd:double"/>
        <xsd:element name="y" type="xsd:double"/>
        <xsd:element name="z" type="xsd:double"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>