Definition Type: SimpleType
Name: shapeType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
Allowed shapes of arrayList. Rectangular, triangular or irregular.
Collapse XSD Schema Diagram:
XSD Diagram of shapeType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="shapeType" id="st.shapeType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Allowed shapes of arrayList.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                <h:p>Rectangular, triangular or irregular.</h:p>
            </h:div>
            <h:div class="example" href="arrayList1.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="rectangular">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Rectangular.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="triangularDecreasing.">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Triangular decreasing in size from ncols to 1.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="triangularIncreasing.">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Triangular increasing in size from 1 to ncols.</h:div>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
                <xsd:enumeration value="irregular">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Irregular shape.</h:div>
                        </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 arrayList-type.</h:div>
                        <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This definition must be by reference to a namespaced dictionary entry.</h:div>
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:shape