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

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl message

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


Subject: Draft 8: Bug Reports (models and Schemas)


Sorry to resend this if it does get through the mail system twice - it didn't seem to get through the last time I sent it.
 
 
 
Folks
 
A couple of bugs I've noticed:
 
1.   In TaxScheme we have a CurrencyCode referencing udt:CodeType instead of sdt:CurrencyCodeType
 
This is an error in the model ('Reusable' spreadsheet) where column K for the TaxScheme.CurrencyCode is  Code. Type instead of Currency_ Code. Type
 
 
2.  We still have the problem (or a recurrance of it) where every occurance of udt:Date has become a DateTime. This is an error in the UDT Schema Module (the UDT model spreadsheet is correct).
 
<xsd:complexType name="DateType">
 <xsd:annotation>
  <xsd:documentation>
   <ccts:Component>
    <ccts:CategoryCode>DT</ccts:CategoryCode>
    <ccts:DictionaryEntryName>Date. Type</ccts:DictionaryEntryName>
    <ccts:Definition>A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
    <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
   </ccts:Component>
  </xsd:documentation>
 </xsd:annotation>
 <xsd:simpleContent>
  <xsd:extension base="cct:DateTimeType"/>
 </xsd:simpleContent>
</xsd:complexType>
 
 
should be
 
<xsd:complexType name="DateType">
 <xsd:annotation>
  <xsd:documentation>
   <ccts:Component>
    <ccts:CategoryCode>DT</ccts:CategoryCode>
    <ccts:DictionaryEntryName>Date. Type</ccts:DictionaryEntryName>
    <ccts:Definition>A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
    <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
   </ccts:Component>
  </xsd:documentation>
 </xsd:annotation>
 <xsd:simpleContent>
  <xsd:extension base="cct:DateType"/>
 </xsd:simpleContent>
</xsd:complexType>
 
 
3.  Perhaps not strictly bugs, but we have some inconsistencies in names for
some codes
a)
4461_ Code. Type (DataType)    =  PaymentMeansCodeType (CodeType name)  
(and to confuse things more the UBL Name is PaymentMeansTypeCode, since we have the property term as Type)
This seems to be the reusable and sdt spreadsheets out of sync
b)
Acknowledgement Response_ Code. Type (DataType)  =  OrderAcknowledgementCode
but here the OrderAcknowledgementCode has got into the <ccts:CodeListQualifier>
from somewhere other than the models it seems (perhaps from the text file name OrderAcknowledgementCode.txt since this is yet to be updated
 
 
 
Steve
 


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