Definition Type: SimpleType
Name: stringArrayType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
An array of strings, separated by whitespace. An array of strings, separated by whitespace. If the strings have embedded whitespace or may be empty (zero-length), a non-whitespace single-character delimiter must be used. At present no machine validation
Collapse XSD Schema Diagram:
XSD Diagram of stringArrayType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="stringArrayType" id="st.stringArrayType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An array of strings, separated by whitespace.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">An array of strings, separated by whitespace. If the strings have embedded whitespace or may be empty (zero-length), a non-whitespace single-character delimiter must be used. At present no machine validation</h:div>
            <h:div class="example" href="stringArrayType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:list itemType="xsd:string" />
</xsd:simpleType>