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


XML Schema

<xsd:element name="phone" final="restriction" type="uddi:phone"/>

<xsd:complexType name="phone" final="restriction">
   <xsd:simpleContent>
      <xsd:extension base="uddi:validationTypeString255">
         <xsd:attribute name="useType" type="uddi:useType" use="optional"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>



<xsd:simpleType name="useType">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
      <xsd:whiteSpace value="collapse"/>
   </xsd:restriction>
</xsd:simpleType>