Issue 14472: Change UnitSet to simple String; change name (xtce-rtf) Source: NASA (Mr. Kevin Rice, james.k.rice-1(at)nasa.gov) Nature: Enhancement Severity: Summary: Description Kevin Rice 2007-10-22 21:46:32 BST UnitSet should just be a simple string, rename it to "Unit" and add the attributes 'name' and 'description'. However the element should have content like: <Unit name="metersPerSecond" description="meters per second">m/s</Unit> Comment 1 Kevin Rice 2008-03-04 22:29:39 GMT Unit is actually a type "Any" which is clearly not what was intended either... Comment 2 Kevin Rice 2008-04-18 14:54:47 BST Unit is not a Type ANY -- its set to MIXED but has not child elements. In XMLSpy '08 in grid mode it seems to initially accept mixed concept. However going to text will fail -- not validate. The out of the box Java parser does not validate it either if there is mixed content. Suggest setting the mixed content attribute to FALSE to be -- well absolutely correct. Resolution: Revised Text: Actions taken: September 17, 2009: received issue Discussion: End of Annotations:===== s is issue # 14472 Change UnitSet to simple String; change name Description Kevin Rice 2007-10-22 21:46:32 BST UnitSet should just be a simple string, rename it to "Unit" and add the attributes 'name' and 'description'. However the element should have content like: m/s Comment 1 Kevin Rice 2008-03-04 22:29:39 GMT Unit is actually a type "Any" which is clearly not what was intended either... Comment 2 Kevin Rice 2008-04-18 14:54:47 BST Unit is not a Type ANY -- its set to MIXED but has not child elements. In XMLSpy '08 in grid mode it seems to initially accept mixed concept. However going to text will fail -- not validate. The out of the box Java parser does not validate it either if there is mixed content. Suggest setting the mixed content attribute to FALSE to be -- well absolutely correct.