Complex Type | profile:compositeRuleType |
Element | testRule:compositeRule |
<complexType name="compositeRulePrototype"> <choice minOccurs="2" maxOccurs="unbounded"> <element ref="testRule:rule"/> <element ref="testRule:compositeRule"/> </choice> <attribute name="id" type="ID" use="required"/> <attribute name="operator" use="required"> <simpleType> <restriction base="string"> <enumeration value="and"/> <enumeration value="or"/> </restriction> </simpleType> </attribute> </complexType> |