| ZVON > References > UDDI Reference |
| Intro / Search / ZVON |
| Element | keyedReference [ v1 ] |
|---|---|
| Occurs in | [ ] - [ ] |
| Parents | categoryBag | identifierBag |
| Description | Service element. Represents a namespace qualified name-value pair. Depending on use context, this structure can be used within different convention frameworks. |
| Attributes | keyName keyValue tModelKey |
| XML Schema |
|---|
<xsd:element name="keyedReference"> <xsd:complexType> <xsd:attribute name="tModelKey" type="xsd:string"/> <xsd:attribute name="keyName" type="xsd:string" use="required"/> <xsd:attribute name="keyValue" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
| Expanded XML Schema |
|---|
<xsd:element name="keyedReference"> <xsd:complexType> <xsd:attribute name="tModelKey" type="xsd:string"/> <xsd:attribute name="keyName" type="xsd:string" use="required"/> <xsd:attribute name="keyValue" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |