simpleType LogicalOperationType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute OptionIsType/@operation
facets
Kind Value Annotation
enumeration eq
enumeration ne
enumeration gt
enumeration ge
enumeration lt
enumeration le
source <xsd:simpleType name="LogicalOperationType">
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="eq"/>
   
<xsd:enumeration value="ne"/>
   
<xsd:enumeration value="gt"/>
   
<xsd:enumeration value="ge"/>
   
<xsd:enumeration value="lt"/>
   
<xsd:enumeration value="le"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy