ZVON > References > UDDI Reference
Element serviceInfo [ v1 ]
Occurs in [ ] - [ ]
Parents serviceInfos
Description This structure is used as the short form of a service for list purposes.
Attributes
businessKey
serviceKey


XML Schema

<xsd:element name="serviceInfo">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="name"/>
      </xsd:sequence>
      <xsd:attribute name="serviceKey" type="xsd:string" use="required"/>
      <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" type="xsd:string"/>
      </xsd:sequence>
      <xsd:attribute name="serviceKey" type="xsd:string" use="required"/>
      <xsd:attribute name="businessKey" type="xsd:string"/>
   </xsd:complexType>
</xsd:element>