315316317318319320321322323324325
} } if (countAttrPresent) { XSSimpleTypeDefinition simpleType = Util.findSimpleTypeDefinition(element.getTypeDefinition()); if (simpleType != null) { Variety variety = Util.findVariety(simpleType); if (variety == Variety.LIST) { return true; } } }