sizeInfoType/size is defined as xs:string without a minLength, which means that an empty <size/> is valid. The same issue applies to identificationInfoType/description. In both cases the code enforces a non-empty value in the elements, which means that an import fails even though the XML files validates.
sizeInfoType/size is defined as xs:string without a minLength, which means that an empty <size/> is valid. The same issue applies to identificationInfoType/description. In both cases the code enforces a non-empty value in the elements, which means that an import fails even though the XML files validates.