--- trunk/ChangeLog 2008/04/29 06:30:31 264 +++ trunk/ChangeLog 2008/04/29 14:22:25 268 @@ -1,5 +1,25 @@ 2008-04-29 Sascha L. Teichmann + * tools/formed/formed/plugins/export/xsd.py: Use substitution group + to allow arbitrary order of repeat groups. + +2008-04-29 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/xsd.py: Removed a needless + character. + +2008-04-29 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/xsd.py: Added annotations + to fields. + +2008-04-29 Sascha L. Teichmann + + * tools/formed/formed/plugins/export/xsd.py: Added for + choice fields. + +2008-04-29 Sascha L. Teichmann + * tools/formed/formed/plugins/export/xsd.py: Added support for boolean fields based on enumerations.