Description
When I define an object entity with an embedded attribute, the modeler exports the map file in XML format with the attribute children of the obj-entity ordered by the attribute name, mixing obj-attribute and embedded-attribute nodes. However the schema definition for the XML expects the embeded-attribute nodes before the obj-attribute nodes.
Of course after I manually reorder the map file contents, the Modeler asks for a reload and works properly.