ZVON > References > UDDI Reference
Element serviceInfo [ v2 ]
Occurs in [ ] - [ ]     (comparison )
Parents serviceInfos
Description This structure is used as the short form of a service for list purposes. V2 CHANGE: multiple names allowed for internationalization support.
Attributes
businessKey
Multi-use. Identifies the businessKey value associated with a businessEntity. On save, empty value implies that a new businessEntity key is to be assigned.

serviceKey
Multi-use. Identifies the serviceKey value associated with a businessService. On save, empty value implies that a new businessService key is to be assigned.



XML Schema

<xsd:element name="serviceInfo">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="name" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="serviceKey" type="xsd:string"/>
      <xsd:attribute name="businessKey" type="xsd:string"/>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="serviceInfo">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="name" maxOccurs="unbounded" type="xsd:string"/>
      </xsd:sequence>
      <xsd:attribute name="serviceKey" type="xsd:string"/>
      <xsd:attribute name="businessKey" type="xsd:string"/>
   </xsd:complexType>
</xsd:element>