REAL-SparseArray

Element Information

Model

Attributes

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

Used By

Element VectorInstance

Source

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

Sample