xpdl:ArrayType

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
LowerIndex xsd:NMTOKEN required
UpperIndex xsd:NMTOKEN required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element Group xpdl:DataTypes

Source

<xsd:element name="ArrayType">
  <xsd:complexType>
    <xsd:group ref="xpdl:DataTypes"/>
    <xsd:attribute name="LowerIndex" type="xsd:NMTOKEN" use="required"/>
    <xsd:attribute name="UpperIndex" type="xsd:NMTOKEN" use="required"/>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample