<xs:complexType name="Point3D">
<xs:annotation>
<xs:documentation>A 3D point with no diameter. Note: the units for these values will be specified in the file in which the element is used, e.g. in a MorphML file with <b>length_units="micrometer"</b> in the morphml element. Assume micrometer if no other units are given.</xs:documentation>
</xs:annotation>
<xs:attribute name="x" type="xs:double" use="required"/>
<xs:attribute name="y" type="xs:double" use="required"/>
<xs:attribute name="z" type="xs:double" use="required"/>
</xs:complexType> |