AllCommunicationChannelsGroup

Element Group Information

Model

Used By

Complex Type PartyAddressType

Source

<xs:group name="AllCommunicationChannelsGroup">
  <xs:choice>
    <xs:element ref="CommunicationChannel.PhysicalAddress"/>
    <xs:element ref="CommunicationChannel.EMail"/>
    <xs:element ref="CommunicationChannel.Phone"/>
    <xs:element ref="CommunicationChannel.WWW"/>
    <xs:element ref="CommunicationChannel.Other"/>
  </xs:choice>
</xs:group>