repeatType

<h:div class="summary">instruction to create repeat of the object.</h:div>
<h:div class="description">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">2006-05-20: PMR added.</h:div>
<h:div class="example" href="repeatType1.xml"/>

Simple Type Information

Source

<xsd:simpleType name="repeatType" id="st.repeatType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">instruction to create repeat of the object.</h:div>
      <h:div class="description">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">2006-05-20: PMR added.</h:div>
      <h:div class="example" href="repeatType1.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="[A-z]+ [A-z0-9_\-\+]+ [A-z0-9_\-\+]+"/>
  </xsd:restriction>
</xsd:simpleType>