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: 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:element name="description" type="uddi:description" final="restriction"/>

       <xsd:complexType name="description" final="restriction">

             <xsd:simpleContent>

                    <xsd:extension base="uddi:validationTypeString255">

                           <xsd:attribute ref="xml:lang"/>

                    </xsd:extension>

             </xsd:simpleContent>

       </xsd:complexType>

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

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

       <xsd:complexType name="description" final="restriction">

             <xsd:simpleContent>

                    <xsd:extension base="uddi:validationTypeString255">

                           <xsd:attribute ref="xml:lang" use="optional"/>

                    </xsd:extension>

             </xsd:simpleContent>

       </xsd:complexType>

For your consideration.

Luc

Luc Clément
Microsoft



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