| ZVON > References > UDDI Reference |
| Intro / Search / ZVON |
| Element | tModelInfo [ v1 ] |
|---|---|
| Occurs in | [ ] - [ ] |
| Parents | tModelInfos |
| Description | This structure is used to enumerate short form tModel information. |
| Attributes | tModelKey |
| XML Schema |
|---|
<xsd:element name="tModelInfo"> <xsd:complexType> <xsd:sequence> <xsd:element ref="name"/> </xsd:sequence> <xsd:attribute name="tModelKey" type="xsd:string" use="required"/> </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" use="required"/> </xsd:complexType> </xsd:element> |