← Prev in month ← Prev in thread
Next in thread → Next in month →

tModel Definition

From
Clayton Coleman <>
Date
2005-03-06T20:55:46+00:00
ID
Thread
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
← Prev in month ← Prev in thread
Next in thread → Next in month →