Iterators
The attribute group AG_IteratorAttributes defines the attributes used by the iterators <forEach>
, <presOf>
, and <if>
. The attribute group is defined as follows:
<xsd:attributeGroup name="AG_IteratorAttributes"> <xsd:attribute name="axis" type="ST_AxisTypes" use="optional" default="none" /> <xsd:attribute name="ptType" type="ST_ElementTypes" use="optional" default="all" /> <xsd:attribute name="hideLastTrans" type="ST_Booleans" use="optional" default="true" /> <xsd:attribute name="st" type="ST_Ints" use="optional" default="1" /> <xsd:attribute name="cnt" type="ST_UnsignedInts" use="optional" default="0" /> <xsd:attribute name="step" type="ST_Ints" use="optional" default="1" /> </xsd:attributeGroup>