sizeType

<h:div class="summary">The size of an array.</h:div>
<h:div class="description">The size of an array. Redundant, but serves as a check for processing software (useful if delimiters are used).</h:div>

Simple Type Information

Used By

Source

<xsd:simpleType name="sizeType" id="st.sizeType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">The size of an array.</h:div>
      <h:div class="description">The size of an array. Redundant, but serves as a check for processing software (useful if delimiters are used).</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:nonNegativeInteger"/>
</xsd:simpleType>