array

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
length xs:positiveInteger required
Enable applications to validate element count without shader having been compiled

Source

<xs:element name="array">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="gles2_value_group" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="length" type="xs:positiveInteger" use="required">
      <xs:annotation>
        <xs:documentation>Enable applications to validate element count without shader having been compiled</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample