AG_IteratorAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
axis ST_AxisTypes none optional
cnt ST_UnsignedInts 0 optional
hideLastTrans ST_Booleans true optional
ptType ST_ElementTypes all optional
st ST_Ints 1 optional
step ST_Ints 1 optional

Used By

Source

<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>