Version 9 (modified by 16 years ago) ( diff ) | ,
---|
ebXML XSD and the ebXML specification
This page describes discrepancies between the ebXML schema (copied here) and the ebXML specification. Also other details of interest regarding the schema are listed here.
Namespace for attribute "lang" in LocalizedString
The whole schema has targetNamespace "urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0", except for one attribute of the LocalizedString type. The attribute "lang" is in the XML namespace, "http://www.w3.org/XML/1998/namespace".
This different namespace for "lang" is reflected in the JiBX binding.
No Slots for PostalAddress
The type PostalAddress has an attribute Slots according to the specification, but this is left out in the XSD. Likewise it's not there in the Java implementation.