QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
defaultValue | INT-NUMBER | 0 | optional | |||
n | INT-NUMBER | optional |
<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> |