testRule:compositeRulePrototype

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID required
operator restriction of string required

Used By

Source

<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>