Serbia (SeF): Contract Reference Group

A group of elements providing information to the contract number.

Elements

Name (Path)CardinalityDescription
Contract Reference Group (DispatchAdvice/UBLExtensions/UBLExtension/ExtensionContent/DispatchAdviceExtension/ContractDocumentReference)0..1A group of elements providing information to the contract number.
Contract Reference Id (ID)1..1Contract number for the consignment note

Example

<DispatchAdvice>
    <UBLExtensions>
        <UBLExtension>
            <ExtensionContent>
                <DispatchAdviceExtension>
                    <!-- code omitted for clarity -->
                    <cac:ContractDocumentReference>
                        <ID>CC-UPG00923</ID>
                    </cac:ContractDocumentReference>
                    <!-- code omitted for clarity -->
                </DispatchAdviceExtension>
            </ExtensionContent>
        </UBLExtension>
    </UBLExtensions>
    <!-- code omitted for clarity -->
</DispatchAdvice>