CommunicationChannel.Other

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
priority PriorityType optional

Used By

Source

<xs:element name="CommunicationChannel.Other">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="CommunicationChannel.BaseType">
        <xs:sequence>
          <xs:element ref="Type"/>
          <xs:element name="Specification" type="LabeledValueType" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample

< DigitalDelivery xmlns = "http://www.adsml.org/adsmlmaterials/2.5" xmlns:adsml = "http://www.adsml.org/typelibrary/2.0" >

< adsml:CommunicationChannel.Other>

< adsml:Type>

< adsml:CodeValue>

Internet Delivery Service

</ adsml:CodeValue>

</ adsml:Type>

< adsml:Specification>

< adsml:Value>

http://www.aoa.com

</ adsml:Value>

< adsml:Label>

Delivery Service Web Address

</ adsml:Label>

</ adsml:Specification>

< adsml:Specification>

< adsml:Value>

NYNYH

</ adsml:Value>

< adsml:Label>

AOA Publication Code/Login

</ adsml:Label>

</ adsml:Specification>

< adsml:Specification>

< adsml:Value>

CSA612345

</ adsml:Value>

< adsml:Label>

Delivery File ID

</ adsml:Label>

</ adsml:Specification>

</ adsml:CommunicationChannel.Other>

</ DigitalDelivery>