INT-SparseArray

Element Information

Model

Children: INT-Entries, Indices

Attributes

QName Type Fixed Default Use Inheritable Annotation
defaultValue INT-NUMBER 0 optional
n INT-NUMBER optional

Source

<xs:element name="INT-SparseArray">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Indices" minOccurs="0"/>
      <xs:element ref="INT-Entries" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="n" type="INT-NUMBER" use="optional"/>
    <xs:attribute name="defaultValue" type="INT-NUMBER" use="optional" default="0"/>
  </xs:complexType>
</xs:element>

Sample