<xs:simpleType name="LogicalOperationEnumType">
<xs:annotation>
<xs:documentation>The LogicalOperationEnumType enumerates the logical operation types.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="LOGICAL_AND"/>
<xs:enumeration value="LOGICAL_OR"/>
</xs:restriction>
</xs:simpleType> |