ZVON > References > UDDI Reference
Element tModelInfo [ v2 ]
Occurs in [ ] - [ ]     (comparison )
Parents tModelInfos
Description Data: This structure is used to enumerate short form tModel information.
Attributes
tModelKey
A reference to a tModel. Usually used to represent the context to understand the keyName and keyValue values.



XML Schema

<xsd:element name="tModelInfo">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="name"/>
      </xsd:sequence>
      <xsd:attribute name="tModelKey" type="xsd:string"/>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="tModelInfo">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="name" type="xsd:string"/>
      </xsd:sequence>
      <xsd:attribute name="tModelKey" type="xsd:string"/>
   </xsd:complexType>
</xsd:element>