You might have noticed that your milestone-plan.xml
won't validate properly. Someone recently changed the milestonePlan.xsd
to give it a namespace and that impacts all of the milestone-plan.xml instance
documents resulting in validation errors. Since giving the schema
a namespace does seem to be the morally correct thing to do (all 'proper'
XML Schemas should have namespaces) I suggest that we update our
milestone_plan.xml files to respond (it's a pretty simple change).
Below I've shown how to change your
milestone_plan.xml file to make it happy again (so validation will work).