<xs:complexType name="Point">
<xs:annotation>
<xs:documentation>A 3D point with optional 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:attribute name="diameter" type="xs:double" use="optional"/>
</xs:complexType> |