ZVON > References > UDDI Reference
Element contact
Occurs in contacts,


XML Schema

<element name="contact" type="uddi:contact"/>

<complexType name="contact">
   <sequence>
      <element maxOccurs="unbounded" minOccurs="0" ref="uddi:description"/>
      <element ref="uddi:personName"/>
      <element maxOccurs="unbounded" minOccurs="0" ref="uddi:phone"/>
      <element maxOccurs="unbounded" minOccurs="0" ref="uddi:email"/>
      <element maxOccurs="unbounded" minOccurs="0" ref="uddi:address"/>
   </sequence>
   <attribute name="useType" type="string" use="optional"/>
</complexType>