Definition Type: SimpleType
Name: spaceType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
Signifies real or reciprocal space. Likely to be used on types such as lattice, plane, point.
Collapse XSD Schema Diagram:
XSD Diagram of spaceType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="spaceType" id="st.spaceType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Signifies real or reciprocal space.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Likely to be used on types such as lattice, plane, point.</h:div>
            <h:div class="example" href="space1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:union>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="real" />
                <xsd:enumeration value="k-space">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">A synonym for reciprocal.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="Fourier">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">A synonym for reciprocal.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="reciprocal">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml" />
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
            </xsd:restriction>
        </xsd:simpleType>
        <xsd:simpleType>
            <xsd:restriction base="namespaceRefType">
                <xsd:annotation>
                    <xsd:documentation>
                        <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">User-defined space-type.</h:div>
                        <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">No obvious possibilities, but who know.</h:div>
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:spaceType