ebIX-TT / ebix

ebIX Transformation Tool
GNU General Public License v3.0
1 stars 1 forks source link

Handling of the primitive data type Binary #6

Open peter-vermeulen opened 9 years ago

peter-vermeulen commented 9 years ago

Primitive data type Binary in UMM has to be mapped to xsd: base64Binary in XML

Additional note: ebIX ETC has decided that mapping of other primitive datatypes in UMM such as Double, Float, NormalizedString and Token is not needed.

peter-vermeulen commented 9 years ago

The PRIMLibrary in the model already contains the binary type. The umm model can make use of any type in the PRIMLibrary.

Only the xsd generation needs to be enhanced. The file https://github.com/peter-vermeulen/ebix/blob/master/org.ebix.umm/src/org/ebix/umm/templates/xsd/PrimitiveExtension.xtend needs to be extended with the binary type.