Skip to content

Commit

Permalink
Fixes exampkefiles and syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
juppsi committed Dec 12, 2019
1 parent 77ea080 commit 1b32f6a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
</Resource>

<!-- codelist -->
<Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/actioncode-documentlevel.xml</Path>
<Tag>catalogue</Tag>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
</cac:CommodityClassification>
<cac:Certificate>
<cbc:ID>NEO</cbc:ID>
<cbc:CertificateTypeCode>EcoLabel</cbc:CertificateTypeCode>
<cbc:CertificateType>EcoLabel</cbc:CertificateType>
<cbc:CertificateTypeCode>EEL</cbc:CertificateTypeCode>
<cbc:CertificateType>EU EcoLabel</cbc:CertificateType>
<cac:IssuerParty>
<cac:PartyName>
<cbc:Name>Svanemerket</cbc:Name>
Expand Down
5 changes: 3 additions & 2 deletions structure/syntax/catalogue-response.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,13 @@
<Description>A code for the description of the response to the transaction document.
AP= Accepted, RE = Rejected, UN/Cefact 4343 Response type code</Description>
<Reference type="RULE">BII2-T58-R009</Reference>
<Reference type="CODE_LIST">UNCL4343</Reference>


<Attribute usage="Optional">
<Term>listID</Term>
<Reference type="RULE">EUGEN-T58-R003</Reference>
<Reference type="CODE_LIST">UNCL4343</Reference>

<Value type="EXAMPLE">UNCL4343</Value>
</Attribute>
<Value type="EXAMPLE">AP</Value>
</Element>
Expand Down
9 changes: 6 additions & 3 deletions structure/syntax/catalogue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@
</Description>
<Reference type="RULE">OP-T19-R007</Reference>
<Reference type="RULE">NOGOV-T19-R001</Reference>

<Reference type="CODE_LIST">Actioncodedocumentlevel</Reference>
<Attribute>
<Term>listID</Term>
<Reference type="RULE">EUGEN-T19-R046</Reference>
<Value type="EXAMPLE">ACTIONCODE:PEPPOL</Value>
</Attribute>
<Value type="EXAMPLE">Add</Value>
</Element>

<Element cardinality="0..1">
Expand Down Expand Up @@ -792,6 +794,7 @@
<Attribute>
<Term>listID</Term>
<Reference type="RULE">EUGEN-T19-R045</Reference>
<Value type="EXAMPLE">ACTIONCODE:BII2</Value>
</Attribute>
<Value type="EXAMPLE">Update</Value>
</Element>
Expand Down Expand Up @@ -902,10 +905,11 @@
<Description>The packing level of the catalogue line.</Description>
<Reference type="RULE">OP-T19-R008</Reference>
<Reference type="RULE">EUGEN-T19-R050</Reference>
<Reference type="CODE_LIST">GS17009</Reference>

<Attribute>
<Term>listID</Term>
<Reference type="CODE_LIST">GS17009</Reference>
<Value type="EXAMPLE">GS17009:PEPPOL</Value>
</Attribute>
</Element>

Expand Down Expand Up @@ -1492,7 +1496,6 @@

<Attribute usage="Optional">
<Term>listID</Term>
<Reference type="CODE_LIST">Actioncodedocumentlevel</Reference>
</Attribute>
<Value type="EXAMPLE">True</Value>
</Element>
Expand Down
6 changes: 4 additions & 2 deletions structure/syntax/order-response.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@
Valid codes are: 29 (Accepted), 27 (Rejected) and 30 (Accepted with change).</Description>
<Reference type="RULE">BII2-T76-R033</Reference>
<Reference type="RULE">OP-T76-R001</Reference>
<Reference type="CODE_LIST">UNCL1225</Reference>

<Attribute>
<Term>listID</Term>
<Description>Codelist for OrderResponseCode. UNCL1225.</Description>
<Reference type="RULE">EUGEN-T76-R003</Reference>
<Reference type="CODE_LIST">UNCL1225</Reference>
<Value type="EXAMPLE">UNCL1225</Value>
</Attribute>
<Value type="EXAMPLE">30</Value>
</Element>
Expand Down Expand Up @@ -358,13 +359,14 @@
<Description>A code that indicates whether the referenced order line as whole is Accepted or Rejected or, alternatively, Accepted with change.
Valid codes are: 29 (Accepted), 27(Rejected), 30(Accepted with change).</Description>
<Reference type="RULE">OP-T76-R002</Reference>
<Reference type="CODE_LIST">UNCL1225</Reference>

<Attribute>
<Term>listID</Term>
<Name>Codelist for LineStatusCode</Name>
<Description>UNCL1225</Description>
<Reference type="RULE">EUGEN-T76-R004</Reference>
<Reference type="CODE_LIST">UNCL1225</Reference>
<Value type="EXAMPLE">UNCL1225</Value>
</Attribute>
<Value type="EXAMPLE">29</Value>
</Element>
Expand Down

0 comments on commit 1b32f6a

Please sign in to comment.