OperatorCodeCV

Simple Type Information

Used By

Element OperatorCode

Source

<xs:simpleType name="OperatorCodeCV">
  <xs:restriction base="NormalizedStringType">
    <xs:enumeration value="Divide"/>
    <xs:enumeration value="Multiply"/>
  </xs:restriction>
</xs:simpleType>