Next in thread → Next in month →

Re: [wsrp] ItemDescription should allow multiple decriptions

From
Rich Thompson <>
Date
2006-01-13T18:46:16+00:00
ID
Thread
Re: [wsrp] ItemDescription should allow multiple decriptions
The multiple language support for LocalizedString
fields is carried in a single ResourceList in the top level structure.
Is there is a top level structure missing such a field?

Rich 

Nathan E Lipke <>

01/13/06 01:25 PM

To

wsrp <>

cc

Subject

[wsrp] ItemDescription should allow
multiple decriptions

    Currently the type ItemDescription only
allows a single description element. This implies the description must
be in a single language. It should be changed to allow multiple descriptions
(in multiple languages). 

Any comments?

Thanks,

Nathan Lipke

Current  schema:

  <complexType name="ItemDescription">

    <sequence>

      <element name="description" type="types:LocalizedString"/>

      <element name="extensions"  type="types:Extension"
minOccurs="0" maxOccurs="unbounded"/>

    </sequence>

    <attribute name="itemName" type="xsd:string"
use="required"/>

  </complexType>

 

Proposed change:

  <complexType name="ItemDescription">

    <sequence>

      <element name="description" type="types:LocalizedString"
minOccurs="1" maxOccurs="unbounded"/>

      <element name="extensions"  type="types:Extension"
minOccurs="0" maxOccurs="unbounded"/>

    </sequence>

    <attribute name="itemName" type="xsd:string"
use="required"/>

  </complexType>
Next in thread → Next in month →