MixedPatternExpression

A mixed pattern expression is composed from one or more mixed pattern
expression constituents, separated by XML spaces (&#x20).

Complex Type Information

Model

Children: bot

Used By

Source

<xs:complexType name="MixedPatternExpression" mixed="true">
  <xs:annotation>
    <xs:documentation>A mixed pattern expression is composed from one or more mixed pattern expression constituents, separated by XML spaces (&#x20).</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="bot" type="BotPredicate"/>
  </xs:choice>
</xs:complexType>