ZVON > References > UDDI Reference
Element phone [ v2 ]
Occurs in [ ] - [ ]     (comparison )
Parents contact
Description Data: an telephone number.
Attributes
useType
Descriptive attribute. Used to convey the intended use. Suggested values are URN identifying the intended use. Ex. "urn:contact:technical"



XML Schema

<xsd:element name="phone">
   <xsd:complexType>
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="useType" type="xsd:string"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="phone">
   <xsd:complexType>
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="useType" type="xsd:string"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
</xsd:element>