Some Widget Package couldnt be read

1
Hello Everyone, I’m building a custom widget in mendix 8.6 following the learning path. But when I’m running my project locally in the mendix studio pro I got an error. which is: Package 'C:\Users\Gayatree\test-widget\test\widgets\EnterToAction.mpk': Widget XML file 'EnterToAction/EnterToAction.xml' does not conform to the XML schema: The element 'property' in namespace 'http://www.mendix.com/widget/1.0/' has invalid child element 'property' in namespace 'http://www.mendix.com/widget/1.0/'. List of possible elements expected: 'attributeTypes, enumerationValues, properties, returnType, translations' in namespace 'http://www.mendix.com/widget/1.0/'. Please can anyone help?
asked
1 answers
1

What the error message tells us is that the XML schema EnterToAction has ‘property’ mentioned while your List of possible elements expects ‘properties’, I think

answered