A mixed pattern expression is composed from one or more mixed pattern expression constituents, separated by XML spaces ( ). |
Elements | Category/pattern, Category/that |
<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 ( ).</xs:documentation> </xs:annotation> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="bot" type="BotPredicate"/> </xs:choice> </xs:complexType> |