VectorInstance

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id VECTOR-ID required

Used By

Source

<xs:element name="VectorInstance">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:choice>
        <xs:element ref="REAL-SparseArray"/>
        <xs:group ref="REAL-ARRAY"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="id" type="VECTOR-ID" use="required"/>
  </xs:complexType>
</xs:element>

Sample