← Prev in month ← Prev in thread
Next in thread → Next in month →

FW: First PRD3 Schema Review

From
Sylvia Webb <>
Date
2006-09-06T14:09:23+00:00
ID
011e01c6d1bd$ebb2b720$2f01a8c0@SylviaWebb
Thread
FW: First PRD3 Schema Review
All,

FYI,

Regards,
Sylvia 

-----Original Message-----
From: Frank Rast [mailto:] 
Sent: Wednesday, September 06, 2006 6:56 AM
To: Lemming Alan Lund
Cc: Michael Dill; Sylvia Webb; David Kruppke
Subject: AW: First PRD3 Schema Review

Hi Alan,

I would like to summarize the issues we have solved far.
Can you please confirm each single issue so that it can be closed.

1. Change all UUIDID to UUID
 For UUID Identifier -> UUID

2. Change all URIID to URI
 For URI Identifier -> URI

3. Change all SchemeURIID to URI
 For Sheme_ URI Identifier -> SchemeURI
 For Website_ URI Identifier -> WebsiteURI  etc.

4.
modified qdt data model to adress the fixed/default issue

5.
Extension:
=================================
UBL-CommonExtensionComponents-2.0.xsd: Use the latest from version prd2
UBL-ExtensionContentDatatype-2.0.xsd: Use the latest from version prd2

6.
problem that the 'xsd:import' identifies the wrong schema:
  <xsd:import
namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionCom
ponents-2"
schemaLocation="../common/UBL-ExtensionContentDatatype-2.0.xsd"/>
should be
  <xsd:import
namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionCom
ponents-2"
schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>

7.
Usage Rule Note from the QDT model now appears in the inline documentation
in the qdt schema file

8.
namespace name schema from NDR is implemented (in namespace name appears
...-2 instead of ...-2.0)

9.
documentation namespace now declared correcty
(urn:un:unece:uncefact:documentation:2 instead of
urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2)

10.
">" is no longer converted to &gt;.

11.
" and ' in element content is no longer converted to &quot; and &apos;
example:
<ElementName>&quot;Wayne&apos;s World&quot;</ElementName> is now
<ElementName>"Wayne's World"</ElementName>


If I have missed something feel free to add it to this list.


Regards,
Frank
← Prev in month ← Prev in thread
Next in thread → Next in month →