To express more complex rules |
Element | Conditions |
Complex Types | RuleQuantityType, RuleType |
<xs:group name="ConditionGroup"> <xs:annotation> <xs:documentation>To express more complex rules</xs:documentation> </xs:annotation> <xs:choice> <xs:annotation> <xs:documentation>List of single or combined conditions</xs:documentation> </xs:annotation> <xs:element ref="Condition"/> <xs:element ref="Conditions"/> </xs:choice> </xs:group> |