XYZ represents three-dimensional coordinates. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
metaid | xsd:ID | optional |
Elements | Circle/xyz, Point/xyz, Sphere/xyz, XYZSequence/xyz, XYZTriplet/xyz |
<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> |