Skip to content

Commit 6bd0aa6

Browse files
Pracc dev t001 (#259)
* fix * Generated by github actions * empty values * Generated by github actions * fix * Generated by github actions --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7364846 commit 6bd0aa6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

rules/examples/T001/ExpressionOfInterestRequest_full.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
</cac:PartyName>
2121
<cac:PostalAddress>
2222
<cac:Country>
23-
<cbc:IdentificationCode listID="ISO3166">311</cbc:IdentificationCode>
23+
<cbc:IdentificationCode listID="ISO3166">SE</cbc:IdentificationCode>
2424
</cac:Country>
2525
</cac:PostalAddress>
2626
<cac:PartyLegalEntity>
2727
<cac:RegistrationAddress>
2828
<cac:Country>
29-
<cbc:IdentificationCode listID="ISO3166">311</cbc:IdentificationCode>
29+
<cbc:IdentificationCode listID="ISO3166">SE</cbc:IdentificationCode>
3030
</cac:Country>
3131
</cac:RegistrationAddress>
3232
</cac:PartyLegalEntity>
@@ -44,5 +44,7 @@
4444
</cac:PartyIdentification>
4545
</cac:Party>
4646
</cac:ContractingParty>
47-
<cac:ProcurementProjectLotReference/>
47+
<cac:ProcurementProjectLotReference>
48+
<cbc:ID>123456</cbc:ID>
49+
</cac:ProcurementProjectLotReference>
4850
</ubl:ExpressionOfInterestRequest>

structure/syntax/ubl-expression-of-interest-request.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
<Reference type="RULE">PEPPOL-T001-R020</Reference>
245245
<Value type="FIXED">ISO3166</Value>
246246
</Attribute>
247+
<Value type="EXAMPLE">SE</Value>
247248
</Element>
248249
</Element>
249250
</Element>
@@ -273,6 +274,7 @@
273274
<Reference type="RULE">PEPPOL-T001-R020</Reference>
274275
<Value type="FIXED">ISO3166</Value>
275276
</Attribute>
277+
<Value type="EXAMPLE">SE</Value>
276278
</Element>
277279
</Element>
278280
</Element>
@@ -373,6 +375,7 @@
373375
<DataType>Identifier</DataType>
374376
<Reference type="RULE">PEPPOL-T001-R029</Reference>
375377
<Reference type="BUSINESS_TERM">tir81-026</Reference>
378+
<Value type="EXAMPLE">123456</Value>
376379
</Element>
377380
</Element>
378381
</Document>

0 commit comments

Comments
 (0)