Definition Type: Group
Name: AllCommunicationChannelsGroup
Namespace: http://www.adsml.org/typelibrary/2.0
Containing Schema: AdsMLTypeLibrary-2.0-AS.xsd
Collapse XSD Schema Diagram:
Drilldown into CommunicationChannel.Other in schema adsmltypelibrary-2_0-as_xsd Drilldown into CommunicationChannel.WWW in schema adsmltypelibrary-2_0-as_xsd Drilldown into CommunicationChannel.Phone in schema adsmltypelibrary-2_0-as_xsd Drilldown into CommunicationChannel.EMail in schema adsmltypelibrary-2_0-as_xsd Drilldown into CommunicationChannel.PhysicalAddress in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of AllCommunicationChannelsGroup in schema adsmltypelibrary-2_0-as_xsd (AdsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CommunicationChannel.PhysicalAddress adsml:CommunicationChannel.PhysicalAddress (1) (1)
CommunicationChannel.EMail adsml:CommunicationChannel.EMail (1) (1)
CommunicationChannel.Phone adsml:CommunicationChannel.Phone (1) (1)
CommunicationChannel.WWW adsml:CommunicationChannel.WWW (1) (1)
CommunicationChannel.Other adsml:CommunicationChannel.Other (1) (1)