Skip to content

Commit 325b331

Browse files
Generated by github actions
1 parent 14821c3 commit 325b331

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

rules/examples/T005/Tender_full.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<cbc:DocumentDescription>Example</cbc:DocumentDescription>
1616
<cac:Attachment>
1717
<cac:ExternalReference>
18+
<cbc:URI>http://www.example.se</cbc:URI>
1819
<cbc:DocumentHash>Example</cbc:DocumentHash>
1920
<cbc:HashAlgorithmMethod>http://www.w3.org/2001/04/xmlenc#sha256</cbc:HashAlgorithmMethod>
2021
<cbc:FileName>Example</cbc:FileName>
@@ -31,17 +32,21 @@
3132
</cac:PartyName>
3233
<cac:PostalAddress>
3334
<cac:Country>
34-
<cbc:IdentificationCode listID="sample">311</cbc:IdentificationCode>
35+
<cbc:IdentificationCode listID="sample">SE</cbc:IdentificationCode>
3536
</cac:Country>
3637
</cac:PostalAddress>
3738
<cac:PartyLegalEntity>
3839
<cac:RegistrationAddress>
3940
<cac:Country>
40-
<cbc:IdentificationCode listID="sample">311</cbc:IdentificationCode>
41+
<cbc:IdentificationCode listID="sample">SE</cbc:IdentificationCode>
4142
</cac:Country>
4243
</cac:RegistrationAddress>
4344
</cac:PartyLegalEntity>
44-
<cac:Contact/>
45+
<cac:Contact>
46+
<cbc:Name>John Doe</cbc:Name>
47+
<cbc:Telephone>555-678956</cbc:Telephone>
48+
<cbc:ElectronicMail>mail@mail.com</cbc:ElectronicMail>
49+
</cac:Contact>
4550
</cac:TendererParty>
4651
<cac:ContractingParty>
4752
<cac:Party>

0 commit comments

Comments
 (0)