I've been seeing XML generated by modeler (exported via cycle) fail to load via probe, with the following error:
Attribute 'name' is not allowed to appear in element 'textAnnotation'.
Sample XML it creates is here:
<textAnnotation id="TextAnnotation_6" name="TextAnnotation" textFormat="text/plain">
<documentation id="sid-26152e80-5edb-4b76-b86b-c936b770df3f">Original Name: "" Original ID: "sid-B2CE0751-2C7C-44A1-B8A9-640F025B2176"</documentation>
<text>Marked as blank was checked, and is it blank</text>
</textAnnotation>
Is the modeler/cycle correct in the xml format or is probe?