When the XSD contains unnamed complextype then "Select Elements" of import mapping throws error.
<xs:element name="autoLearnVariations" minoccurs="0"> <xs:complextype> <xs:sequence> <xs:element name="item" type="xs:string" minoccurs="0" maxoccurs="unbounded"/> </xs:sequence> </xs:complextype> </xs:element>