<xs:simpleType name="palletType"> <xs:restriction base="xs:string"> <xs:enumeration value="Euro" /> <xs:enumeration value="Export" /> <xs:enumeration value="NonPalletised" /> <xs:enumeration value="NonStop" /> <xs:enumeration value="Twinned" /> </xs:restriction> </xs:simpleType>