TK_CondimentCodeCodeType

%DOC%

Simple Type Information

Source

<xs:simpleType name="TK_CondimentCodeCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">%DOC%</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="Oil"/>
    <xs:enumeration value="Pepper"/>
    <xs:enumeration value="Salt"/>
    <xs:enumeration value="Sugar"/>
    <xs:enumeration value="Vinegar"/>
  </xs:restriction>
</xs:simpleType>