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]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- cbc:NetworkID [0..1]An identifier for the network where messages are delivered (e.g. a business network).
- 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).
- cbc:TestIndicator [0..1]An indicator that the channel is a test channel (true).
- cac:DigitalCertificate [0..1]A digital certificate associated with this delivery channel.
- 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>