CT_When

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
arg ST_FunctionArgument none optional
axis ST_AxisTypes none optional
cnt ST_UnsignedInts 0 optional
func ST_FunctionType required
hideLastTrans ST_Booleans true optional
name xsd:string optional
op ST_FunctionOperator required
ptType ST_ElementTypes all optional
st ST_Ints 1 optional
step ST_Ints 1 optional
val ST_FunctionValue required

Used By

Element CT_Choose/if

Source

<xsd:complexType name="CT_When">
  <xsd:choice minOccurs="0" maxOccurs="unbounded">
    <xsd:element name="alg" type="CT_Algorithm" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="shape" type="CT_Shape" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="presOf" type="CT_PresentationOf" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="constrLst" type="CT_Constraints" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="ruleLst" type="CT_Rules" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="forEach" type="CT_ForEach"/>
    <xsd:element name="layoutNode" type="CT_LayoutNode"/>
    <xsd:element name="choose" type="CT_Choose"/>
    <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:choice>
  <xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
  <xsd:attributeGroup ref="AG_IteratorAttributes"/>
  <xsd:attribute name="func" type="ST_FunctionType" use="required"/>
  <xsd:attribute name="arg" type="ST_FunctionArgument" use="optional" default="none"/>
  <xsd:attribute name="op" type="ST_FunctionOperator" use="required"/>
  <xsd:attribute name="val" type="ST_FunctionValue" use="required"/>
</xsd:complexType>