Schema Central  >  UBL 2.3  >  UBL-DigitalAgreement-2.3.xsd  >  DigitalAgreement
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

DigitalAgreement

This element MUST be conveyed as the root element in any instance document based on this Schema expression

Element information

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

Schema document: maindoc/UBL-DigitalAgreement-2.3.xsd

Type: DigitalAgreementType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:UBLVersionID [0..1]Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.
    3. cbc:CustomizationID [0..1]Identifies a user-defined customization of UBL for a specific use.
    4. cbc:ProfileID [0..1]Identifies a user-defined profile of the customization of UBL being used.
    5. cbc:ProfileExecutionID [0..1]Identifies an instance of executing a profile, to associate all transactions in a collaboration.
    6. cbc:ID [1..1]An identifier for this document, assigned by the sender.
    7. cbc:UUID [0..1]A universally unique identifier for an instance of this document.
    8. cbc:IssueDate [1..1]The date, assigned by the sender, on which this document was issued.
    9. cbc:IssueTime [0..1]The time, assigned by the sender, at which this document was issued.
    10. cbc:AgreementTypeCode [0..1]A code signifying the type of digital agreement (e.g. bi-lateral, multi-lateral).
    11. cbc:VersionID [1..1]Identifies the current version of this digital agreement.
    12. cbc:PreviousVersionID [0..1]Identifies the previous version of this digital agreement.
    13. cbc:RequiredResponseMessageLevelCode [0..1]A code signifying the minimum response message level the parties are required to provide (e.g. EESPA response message level).
    14. cac:Signature [0..*]A signature applied to this document.
    15. cac:GovernorParty [0..1]The party governing the agreement (e.g. a multi-lateral digital agreement).
    16. cac:ParticipantParty [1..*]The business parties agreeing on a set of digital processes, terms and conditions to ensure interoperability.
    17. cac:AgreementCountry [0..*]The country to which this digital agreement applies.
    18. cac:RequiredCertificationDocumentReference [0..*]A reference to a certification document required by this digital agreement.
    19. cac:DigitalAgreementTerms [0..1]A reference to digital agreement terms and conditions.
    20. cac:DigitalProcess [1..*]The digital processes in scope of this digital agreement.

Attributes

None

Sample instance

<DigitalAgreement>
   <cbc:UBLVersionID>2.2</cbc:UBLVersionID>
   <cbc:ID>A54321-2016</cbc:ID>
   <cbc:IssueDate>2016-11-07</cbc:IssueDate>
   <cbc:AgreementTypeCode>Multilateral</cbc:AgreementTypeCode>
   <cbc:VersionID>1.1</cbc:VersionID>
   <cbc:PreviousVersionID>1.0</cbc:PreviousVersionID>
   <cac:GovernorParty>
      <cac:PartyName>
         <cbc:Name>OpenPEPPOL AISBL</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:CityName>Brussels</cbc:CityName>
         <cac:Country>
            <cbc:IdentificationCode>BE</cbc:IdentificationCode>
         </cac:Country>
      </cac:PostalAddress>
   </cac:GovernorParty>
   <cac:ParticipantParty>
      <cbc:PrivatePartyIndicator>true</cbc:PrivatePartyIndicator>
      <cac:Party>
         <cbc:EndpointID schemeAgencyID="9" schemeID="GLN">1234567987654</cbc:EndpointID>
         <cac:PartyName>
            <cbc:Name>Vendor Inc.</cbc:Name>
         </cac:PartyName>
         <cac:PostalAddress>
            <cbc:CityName>New York</cbc:CityName>
            <cac:Country>
               <cbc:IdentificationCode>US</cbc:IdentificationCode>
            </cac:Country>
         </cac:PostalAddress>
      </cac:Party>
      <cac:LegalContact>
         <cbc:Name>John Smith</cbc:Name>
         <cbc:ElectronicMail>john.smith@vendor.net</cbc:ElectronicMail>
      </cac:LegalContact>
      <cac:TechnicalContact>
         <cbc:Name>Paul McQueen</cbc:Name>
         <cbc:ElectronicMail>paul.mcqueen@vendor.net</cbc:ElectronicMail>
      </cac:TechnicalContact>
      <cac:SupportContact>
         <cbc:Name>Paul McQueen</cbc:Name>
         <cbc:ElectronicMail>paul.mcqueen@vendor.net</cbc:ElectronicMail>
      </cac:SupportContact>
      <cac:CommercialContact>
         <cbc:Name>Jennifer de Niro</cbc:Name>
         <cbc:ElectronicMail>jennifer.deniro@vendor.net</cbc:ElectronicMail>
      </cac:CommercialContact>
   </cac:ParticipantParty>
   <cac:ParticipantParty>
      <cbc:PrivatePartyIndicator>true</cbc:PrivatePartyIndicator>
      <cac:Party>
         <cbc:EndpointID schemeAgencyID="9" schemeID="GLN">9994567987654</cbc:EndpointID>
         <cac:PartyName>
            <cbc:Name>Buyer GmbH</cbc:Name>
         </cac:PartyName>
         <cac:PostalAddress>
            <cbc:CityName>Munchen</cbc:CityName>
            <cac:Country>
               <cbc:IdentificationCode>DE</cbc:IdentificationCode>
            </cac:Country>
         </cac:PostalAddress>
      </cac:Party>
      <cac:LegalContact>
         <cbc:Name>Peter Gruen</cbc:Name>
         <cbc:ElectronicMail>peter.gruen@buyer.de</cbc:ElectronicMail>
      </cac:LegalContact>
      <cac:TechnicalContact>
         <cbc:Name>Peter Gruen</cbc:Name>
         <cbc:ElectronicMail>peter.gruen@buyer.de</cbc:ElectronicMail>
      </cac:TechnicalContact>
      <cac:SupportContact>
         <cbc:Name>Peter Gruen</cbc:Name>
         <cbc:ElectronicMail>peter.gruen@buyer.de</cbc:ElectronicMail>
      </cac:SupportContact>
      <cac:CommercialContact>
         <cbc:Name>Peter Gruen</cbc:Name>
         <cbc:ElectronicMail>peter.gruen@buyer.de</cbc:ElectronicMail>
      </cac:CommercialContact>
   </cac:ParticipantParty>
   <cac:AgreementCountry>
      <cbc:IdentificationCode>US</cbc:IdentificationCode>
   </cac:AgreementCountry>
   <cac:AgreementCountry>
      <cbc:IdentificationCode>DE</cbc:IdentificationCode>
   </cac:AgreementCountry>
   <cac:AgreementCountry>
      <cbc:IdentificationCode>GB</cbc:IdentificationCode>
   </cac:AgreementCountry>
   <cac:AgreementCountry>
      <cbc:IdentificationCode>DK</cbc:IdentificationCode>
   </cac:AgreementCountry>
   <cac:DigitalAgreementTerms>
      <cbc:Description>Trading Partner Agreement Terms</cbc:Description>
      <cac:AdoptionPeriod>
         <cbc:DurationMeasure unitCode="DAY">90</cbc:DurationMeasure>
      </cac:AdoptionPeriod>
      <cac:ServiceLevelAgreement>
         <cbc:ID>1</cbc:ID>
         <cbc:ServiceTypeCode>AP</cbc:ServiceTypeCode>
         <cbc:AvailabilityTimePercent>98.5</cbc:AvailabilityTimePercent>
         <cbc:MondayAvailabilityIndicator>true</cbc:MondayAvailabilityIndicator>
         <cbc:TuesdayAvailabilityIndicator>true</cbc:TuesdayAvailabilityIndicator>
         <cbc:WednesdayAvailabilityIndicator>true</cbc:WednesdayAvailabilityIndicator>
         <cbc:ThursdayAvailabilityIndicator>true</cbc:ThursdayAvailabilityIndicator>
         <cbc:FridayAvailabilityIndicator>true</cbc:FridayAvailabilityIndicator>
         <cbc:MinimumResponseTimeDurationMeasure unitCode="SEC">300</cbc:MinimumResponseTimeDurationMeasure>
         <cbc:MinimumDownTimeScheduleDurationMeasure unitCode="DAY">3</cbc:MinimumDownTimeScheduleDurationMeasure>
         <cbc:MaximumIncidentNotificationDurationMeasure unitCode="HUR">4</cbc:MaximumIncidentNotificationDurationMeasure>
         <cbc:MaximumDataLossDurationMeasure unitCode="HUR">24</cbc:MaximumDataLossDurationMeasure>
         <cbc:MeanTimeToRecoverDurationMeasure unitCode="HUR">3</cbc:MeanTimeToRecoverDurationMeasure>
         <cac:ServiceAvailabilityPeriod>
            <cbc:StartTime>09:00:00</cbc:StartTime>
            <cbc:EndTime>16:00:00</cbc:EndTime>
         </cac:ServiceAvailabilityPeriod>
         <cac:ServiceMaintenancePeriod>
            <cbc:StartTime>22:00:00</cbc:StartTime>
            <cbc:EndTime>06:00:00</cbc:EndTime>
         </cac:ServiceMaintenancePeriod>
      </cac:ServiceLevelAgreement>
      <cac:ServiceLevelAgreement>
         <cbc:ID>2</cbc:ID>
         <cbc:ServiceTypeCode>AP</cbc:ServiceTypeCode>
         <cbc:AvailabilityTimePercent>94.0</cbc:AvailabilityTimePercent>
         <cbc:SaturdayAvailabilityIndicator>true</cbc:SaturdayAvailabilityIndicator>
         <cbc:SundayAvailabilityIndicator>true</cbc:SundayAvailabilityIndicator>
         <cac:ServiceAvailabilityPeriod>
            <cbc:StartTime>09:00:00</cbc:StartTime>
            <cbc:EndTime>16:00:00</cbc:EndTime>
         </cac:ServiceAvailabilityPeriod>
         <cac:ServiceMaintenancePeriod>
            <cbc:StartTime>22:00:00</cbc:StartTime>
            <cbc:EndTime>06:00:00</cbc:EndTime>
         </cac:ServiceMaintenancePeriod>
      </cac:ServiceLevelAgreement>
   </cac:DigitalAgreementTerms>
   <cac:DigitalProcess>
      <cbc:ID>urn:www.cenbii.eu:profile:bii05:ver2.0</cbc:ID>
      <cbc:ProfileID>BII</cbc:ProfileID>
      <cac:DigitalCollaboration>
         <cbc:ID>1</cbc:ID>
         <cac:SendingDigitalService>
            <cbc:ID>Invoice</cbc:ID>
            <cbc:CustomizationID>urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0</cbc:CustomizationID>
            <cac:DigitalDocumentMetadata>
               <cbc:FormatID>UBL</cbc:FormatID>
               <cbc:VersionID>2.2</cbc:VersionID>
               <cbc:SchemaURI>urn:oasis:names:specification:ubl:schema:xsd:Invoice-2</cbc:SchemaURI>
               <cbc:DocumentTypeCode listAgencyID="6" listID="UN/ECE 1001">380</cbc:DocumentTypeCode>
            </cac:DigitalDocumentMetadata>
            <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>
         </cac:SendingDigitalService>
         <cac:ReceivingDigitalService>
            <cbc:ID>CreditNote</cbc:ID>
            <cbc:CustomizationID>urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0</cbc:CustomizationID>
            <cac:DigitalDocumentMetadata>
               <cbc:FormatID>UBL</cbc:FormatID>
               <cbc:VersionID>2.2</cbc:VersionID>
               <cbc:SchemaURI>urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2</cbc:SchemaURI>
               <cbc:DocumentTypeCode listAgencyID="6" listID="UN/ECE 1001">381</cbc:DocumentTypeCode>
            </cac:DigitalDocumentMetadata>
            <cac:DigitalDeliveryChannel>
               <cbc:NetworkID>OpenPEPPOL</cbc:NetworkID>
               <cbc:ParticipantID schemeAgencyID="9" schemeID="GLN">1234567987654</cbc:ParticipantID>
               <cac:DigitalMessageDelivery>
                  <cbc:ProtocolID>AS2</cbc:ProtocolID>
                  <cbc:EndpointURI>http://as2.vendor.biz</cbc:EndpointURI>
               </cac:DigitalMessageDelivery>
            </cac:DigitalDeliveryChannel>
         </cac:ReceivingDigitalService>
      </cac:DigitalCollaboration>
   </cac:DigitalProcess>
</DigitalAgreement>