<xs:simpleType name="decimalList"> <xs:list itemType="xs:double" /> <!-- this is a double, because decimal does not allow scientific notation --> </xs:simpleType>