← Prev in month
← Prev in thread
a difference
Hi folks,
how to handle the below mentioned issue?
EF currently generates in a document:
<xsd:complexType name="DespatchAdviceType">
<xsd:sequence>
<xsd:element ref="cbc:DocumentStatusCode" minOccurs="0" maxOccurs="1">
UBLish does:
<xsd:complexType name="DespatchAdviceType">
<xsd:sequence>
<xsd:element ref="DocumentStatusCode" minOccurs="0" maxOccurs="1">
.
.
.
<xsd:element name="DocumentStatusCode" type="stat:DerivedCodeType"/>
Difference: EF50 reuse DocumentStatusCode of cbc (ReusableBasic) meanwhile
UBLish generates a new global element with the same name (in the documents
namespace).
Decision?
Michael
← Prev in month
← Prev in thread