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' |
Element Group | xpdl:DataTypes |
<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> |