Define a nillable element with simple content that extends anyURI. Attempts to create a nil instance of this element raise a ContentInNilElementError exception.
Actually, it has to be an element with a complex type with simple content. The fact-of nil was not being propagated to the nested simple type, which assumed the lack of an argument meant an empty string was to be inferred. Fixed in [1973].
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually, it has to be an element with a complex type with simple content. The fact-of nil was not being propagated to the nested simple type, which assumed the lack of an argument meant an empty string was to be inferred. Fixed in [1973].