Definition Type: SimpleType
Name: sphere3Type
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
A sphere in 3-space. Defined by 4 real numbers, conventionally a point3 at the centre of the sphere and a nonNegative scalar for the radius.
Collapse XSD Schema Diagram:
XSD Diagram of sphere3Type in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="sphere3Type" id="st.sphere3Type">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A sphere in 3-space.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction>
        <xsd:simpleType>
            <xsd:list itemType="xsd:double" />
        </xsd:simpleType>
        <xsd:length value="4" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Length 4
Collapse Derivation Tree:
Collapse References:
nsA:sphere3, nsA:sphere3