%DOC% |
<xs:simpleType name="TK_CutleryCodeCodeType"> <xs:annotation> <xs:documentation xml:lang="EN">%DOC%</xs:documentation> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Fork"/> <xs:enumeration value="Knife"/> <xs:enumeration value="Spoon"/> </xs:restriction> </xs:simpleType> |