← Prev in month ← Prev in thread

a difference

From
Michael Dill <>
Date
2004-02-19T17:10:28+00:00
ID
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