[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Issue CS-02, eb:Description in eb:PartInfo in examples
There are three cases where eb:Description is not changed to <eb:Property
name="Description" />
Case 1:
Section 5.2.1, line 1520-1523 of
http://www.oasis-open.org/committees/download.php/24618/ebms_core-3.0-spec-c
s-02.pdf
<eb:PartInfo href="cid:foo@example.com">
<eb:Schema location="http://example.org/bar.xsd" version="2.0"/>
<eb:Description xml:lang="en-US">Purchase Order for 100,000 foo
widgets</eb:Description>
</eb:PartInfo>
According to 5.2.2.13, this should be:
<eb:PartInfo href="cid:foo@example.com">
<eb:Schema location="http://example.org/bar.xsd" version="2.0"/>
<eb:PartProperties>
<eb:Property name="Description" xml:lang="en-US">Purchase Order for
100,000 foo widgets</eb:Property>
</eb:PartProperties>
</eb:PartInfo>
Case 2:
The example in line 2413.
Case 3:
Example in line 2565.
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]