OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl-ttsc message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]