PhoneAddressType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
priority PriorityType optional

Used By

Source

<xs:complexType name="PhoneAddressType">
  <xs:complexContent>
    <xs:extension base="CommunicationChannel.BaseType">
      <xs:sequence>
        <xs:element name="Type" type="PhoneTypeCV"/>
        <xs:element ref="PhoneNumber"/>
        <xs:element name="CountryCode" type="ShortStringType" minOccurs="0"/>
        <xs:element ref="AreaCode" minOccurs="0"/>
        <xs:element ref="SubscriberNo" minOccurs="0"/>
        <xs:element ref="Extension" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>