<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> |
Attributes | columns/@columns, rows/@rows, size/@size |
<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> |