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

 


Help: OASIS Mailing Lists Help | MarkMail Help

uddi-dev message

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


Subject: tModel Definition


Hello,

I am trying to develop a tModel that has specific keyNames but open 
ended values. However, all of the tModel definition instructions I have 
found do not really define, at least within XML Schema language, which 
keyName/keyValue types. I ultimately want UDDI to be able to narrow a 
search based on the keyName/keyValue pairs.

For Instance:
<reference keyName="specification">
 <spec>cxoAccount</spec>
 <version>1.3.0</spec>
</reference>

or 
<specification>
 <name>cxoAccountType</name>
 <value>Lite Hosting</value>
</specification>

Then I could search for all services with a 
Specification, name="cxoAccount" version="1.3.?" 

I hope this is not too abstract. Ultimately I am looking for how to 
define a tModel where some element keyNames are defined, and then some 
are not, because the name and value will both be used to search. Any 
help on this would be greatly beneficial.


----------------------
Clayton Coleman
CXO Designs
http://cxodesigns.net


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