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

 


Help: OASIS Mailing Lists Help | MarkMail Help

uddi-spec message

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


Subject: Re: [uddi-spec] Omission of use="optional" on the description element






Yes, the xml:lang is optional everywhere else but for descriptions.  I
agree we weren't consistent in its treatment.   I also seem to recall that
it was intentionally left as required here because descriptions are
intended to be human readable text and having the xml:lang can be important
for such uses.   We should consider if this line of reasoning is important
before making it optional I think.

Other opinions?  Someone with a different recollection than mine here?

Thanks,
Tom Bellwood       Phone:  (512) 838-9957 (external);   TL:  678/9957
(internal)
Co-Chair, OASIS UDDI Specification TC
STSM - Emerging Technologies
IBM Corporation

"Luc Clement" <lclement@windows.microsoft.com> on 06/18/2003 01:39:47 PM

To:    <uddi-spec@lists.oasis-open.org>
cc:
Subject:    [uddi-spec] Omission of use="optional" on the description
       element




Tom  / TC,

Please note that the http://uddi.org/schema/uddi_v3.xsd  schema omits
use="optional" on the description element. I think this is  an omission and
recommend we correct this definition as part of CR-002. The  current schema
is declared as:




<xsd:elementname="description"type="uddi:description"final="restriction"/>

        <xsd:complexTypename="description"final="restriction">

              <xsd:simpleContent>

                     <xsd:extensionbase="uddi:validationTypeString255">

                            <xsd:attributeref="xml:lang"/>

                     </xsd:extension>

              </xsd:simpleContent>

        </xsd:complexType>

... when I think we should have it declared as:



<xsd:elementname="description"type="uddi:description"final="restriction"/>

        <xsd:complexTypename="description"final="restriction">

              <xsd:simpleContent>

                     <xsd:extensionbase="uddi:validationTypeString255">

                            <xsd:attributeref="xml:lang"use="optional"/>

                     </xsd:extension>

              </xsd:simpleContent>

        </xsd:complexType>

For your consideration.

Luc

Luc Clément
Microsoft

You may leave a Technical Committee at any time by visiting
http://www.oasis-open.org/apps/org/workgroup/uddi-spec/members/leave_workgroup.php



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