Definition Type: SimpleType
Name: repeatType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
instruction to create repeat of the object. The attribute contains an index, its start value (normally 1) and its end value as in "i 3 10" which would make 8 repeat of the object. In selected attribute values the string _i_ acts as a macro and would be replaced by the value of i. EXPERIMENTAL. It can also have variables as the values. 2006-05-20: PMR added.
Collapse XSD Schema Diagram:
XSD Diagram of repeatType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="repeatType" id="st.repeatType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">instruction to create repeat of the object.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The attribute contains an index, its start value
            (normally 1) and its end value as in "i 3 10" which would make 8 repeat
            of the object. In selected attribute values the string _i_ acts as a macro and
            would be replaced by the value of i. EXPERIMENTAL. It can also have variables 
            as the values.</h:div>
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-05-20: PMR added.</h:div>
            <h:div class="example" href="repeatType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="[A-z]+ [A-z0-9_\-\+]+ [A-z0-9_\-\+]+" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [A-z]+ [A-z0-9_\-\+]+ [A-z0-9_\-\+]+