Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:DigitalDeliveryChannel
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:DigitalDeliveryChannel

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:DeliveryChannelType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:NetworkID [0..1]An identifier for the network where messages are delivered (e.g. a business network).
    3. cbc:ParticipantID [0..1]An identifier for a registered participant in the network (e.g. according a precise scheme such as IT:VAT, DK:CVR, GLN).
    4. cbc:TestIndicator [0..1]An indicator that the channel is a test channel (true).
    5. cac:DigitalCertificate [0..1]A digital certificate associated with this delivery channel.
    6. cac:DigitalMessageDelivery [0..1]A digital message delivery associated with this delivery channel (aka routing information).

Attributes

None

Used in

Sample instance

<cac:DigitalDeliveryChannel>
   <cbc:NetworkID>OpenPEPPOL</cbc:NetworkID>
   <cbc:ParticipantID schemeAgencyID="9" schemeID="GLN">1234567987654</cbc:ParticipantID>
   <cbc:TestIndicator>true</cbc:TestIndicator>
   <cac:DigitalMessageDelivery>
      <cbc:ProtocolID>AS2</cbc:ProtocolID>
      <cbc:EndpointURI>http://as2.buyer.biz</cbc:EndpointURI>
   </cac:DigitalMessageDelivery>
</cac:DigitalDeliveryChannel>