Skip to content

Commit e9a6b6d

Browse files
Pracc dev t009 (#265)
* T009 * Generated by github actions --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e349621 commit e9a6b6d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

rules/examples/T009/TenderClarificationRequest_full.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@
2727
</cac:PartyName>
2828
</cac:ResponderParty>
2929
<cac:AdditionalDocumentReference>
30-
<cbc:ID schemeName="sample">ID-001</cbc:ID>
30+
<cbc:ID schemeName="ContractFolderID">6ebc4e19-eba6-4b0a-9155-b59471f20ea0</cbc:ID>
31+
<cbc:XPath>/Enquiry/cac:Attachment[1]</cbc:XPath>
3132
</cac:AdditionalDocumentReference>
3233
<cac:Attachment>
33-
<cac:ExternalReference/>
34+
<cac:ExternalReference>
35+
<cbc:Description>Place your tender clarification request here?</cbc:Description>
36+
</cac:ExternalReference>
3437
</cac:Attachment>
3538
</ubl:Enquiry>

structure/syntax/ubl-tender-clarification-request.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@
232232
<Term>schemeName</Term>
233233
<Name>Scheme name</Name>
234234
<Description>Valid values are ContractFolderID, LotGroup or Lot.</Description>
235+
<Value type="EXAMPLE">ContractFolderID</Value>
235236
</Attribute>
237+
<Value type="EXAMPLE">6ebc4e19-eba6-4b0a-9155-b59471f20ea0</Value>
236238
</Element>
237239
<Element cardinality="0..n">
238240
<Term>cbc:XPath</Term>
@@ -242,6 +244,7 @@
242244
</Description>
243245
<DataType>cbc:XPathType</DataType>
244246
<Reference type="RULE">PEPPOL-T009-R030</Reference>
247+
<Value type="EXAMPLE">/Enquiry/cac:Attachment[1]</Value>
245248
</Element>
246249
</Element>
247250
<Element cardinality="1..n">
@@ -278,6 +281,7 @@
278281
<Name>Question</Name>
279282
<Description>The Questions about the tender.</Description>
280283
<DataType>cbc:DescriptionType</DataType>
284+
<Value type="EXAMPLE">Place your tender clarification request here?</Value>
281285
</Element>
282286
</Element>
283287
</Element>

0 commit comments

Comments
 (0)