Definition Type: SimpleType
Name: chiralityType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
The chirality of a system or molecule. This is being actively investigated by a IUPAC committee (2002) so the convention is likely to change. No formal default.
Collapse XSD Schema Diagram:
XSD Diagram of chiralityType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="chiralityType" id="st.chiralityType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The chirality of a system or molecule.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This is being actively investigated by a IUPAC committee (2002) so the convention is likely to change. No formal default.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="enantiomer" />
        <xsd:enumeration value="racemate" />
        <xsd:enumeration value="unknown" />
        <xsd:enumeration value="other" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration enantiomer
Enumeration racemate
Enumeration unknown
Enumeration other
Collapse Derivation Tree:
Collapse References:
nsA:chirality