<xsd:simpleType name="sphere3Type" id="st.sphere3Type">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">A sphere in 3-space.</h:div>
<h:div class="description">Defined by 4 real numbers, conventionally a point3 at the centre of the sphere and a nonNegative scalar for the radius.</h:div>
<h:div class="example" href="sphere31.xml"/>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction>
<xsd:simpleType>
<xsd:list itemType="xsd:double"/>
</xsd:simpleType>
<xsd:length value="4"/>
</xsd:restriction>
</xsd:simpleType> |