Definition Type: Attribute
Name: minLength
Namespace: http://www.xml-cml.org/schema
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
minimum length of a scalar. by analogy with xsd:schema.
Collapse XSD Schema Diagram:
XSD Diagram of minLength in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.minLength" name="minLength" type="xsd:nonNegativeInteger">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">minimum length of a scalar.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">by analogy with xsd:schema.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>