Definition Type: Group
Name: DigitalDeliveryCommunicationChannelsGroup
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_xsdXSD Diagram of DigitalDeliveryCommunicationChannelsGroup in schema adsmltypelibrary-2_0-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:group name="DigitalDeliveryCommunicationChannelsGroup">
    <xs:choice>
        <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.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)