BIP5411
Severity
20 : ErrorMessage
XML parsing error: A list of lists is not allowed.
Element or attribute: <insert_0>
List type: <insert_1>
Item type: <insert_2>Explanation
Element or attribute '<insert_0>' is based on list type '<insert_1>', which has an itemType based on list type '<insert_2>'. A list cannot be derived at any level from another list type.Response
Check that list type '<insert_1>' contains the correct simple type for its itemType.
Check that if list type '<insert_1>' has an itemType of 'union', the union specified does not have a memberType of 'list' at any level.