CT_Otherwise

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string optional

Used By

Element CT_Choose/else

Source

<xsd:complexType name="CT_Otherwise">
  <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:complexType>