| ZVON > References > UDDI Reference |
| Intro / Search / ZVON |
| Element | tModelInstanceInfo [ v2 ] |
|---|---|
| Occurs in | [ ] - [ ] (comparison ) |
| Parents | tModelInstanceDetails |
| Description | Support element: used to contain implementation instance specific information about compatible specications (via tModel reference) and optional settings details. Think of these as binding properties. |
| 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="tModelInstanceInfo"> <xsd:complexType> <xsd:sequence> <xsd:element ref="description" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="instanceDetails" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="tModelKey" type="xsd:string"/> </xsd:complexType> </xsd:element> |
| Expanded XML Schema |
|---|
<xsd:element name="tModelInstanceInfo"> <xsd:complexType> <xsd:sequence> <xsd:element name="description" maxOccurs="unbounded" minOccurs="0" type="xsd:string"/> <xsd:element name="instanceDetails" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="description" maxOccurs="unbounded" minOccurs="0" type="xsd:string"/> <xsd:element name="overviewDoc" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="description" maxOccurs="unbounded" minOccurs="0" type="xsd:string"/> <xsd:element name="overviewURL" minOccurs="0" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="instanceParms" minOccurs="0" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="tModelKey" type="xsd:string"/> </xsd:complexType> </xsd:element> |