Home › Forums › PDF24 Creator › General › factur'x
- This topic has 2 replies, 2 voices, and was last updated 2 weeks, 2 days ago by bp60.
-
AuthorPosts
-
2026-04-14 at 08:03 #64307bp60Participant
Hello,
schemeID 0009 is OK but
schemeID 0002 is not present in your xml
<ram:SellerTradeParty>
<span style="white-space: normal;"> <ram:GlobalID schemeID="0009">12345678200001</ram:GlobalID></span>
<span style="white-space: normal;"> <ram:Name>STE ABCDKLM</ram:Name></span>
<span style="white-space: normal;"> <ram:SpecifiedLegalOrganization></span>
<span style="white-space: normal;"> <ram:ID schemeID="0002">123456782</ram:ID> // schemeID 0002 not present in your xml</span>
<span style="white-space: normal;"> </ram:SpecifiedLegalOrganization></span>
<ram:BuyerTradeParty>
<span style="white-space: normal;"> <ram:GlobalID schemeID="0009">98765432100001</ram:GlobalID></span>
<span style="white-space: normal;"> <ram:Name>STE JACHETE</ram:Name></span>
<span style="white-space: normal;"> <ram:SpecifiedLegalOrganization></span>
<span style="white-space: normal;"> <ram:ID schemeID="0002">987654321</ram:ID> </span>// schemeID 0002 not present in your xml
<span style="white-space: normal;"> </ram:SpecifiedLegalOrganization></span>
2026-04-14 at 09:50 #64308Stefan ZieglerKeymaster<ram:ID schemeID="0002">123456782</ram:ID>
This is BT-29. According to the standard, there is no schemeId attribute here. So, you habe to use <ram:GlobalID schemeID="0002"> instead because only GlobalID has the schemeID attribute. You can add multiple globals Ids if this is required.
2026-04-14 at 10:46 #64309bp60ParticipantHello,
SIREN must be BT-30 schemeID 0002
<ram:SellerTradeParty>
<ram:ID>PRIVATE_123</ram:ID> <!-- BT-29 (Identifiant du vendeur) : PRIVATE_123 -->
<ram:GlobalID schemeID="0088">587451236587</ram:GlobalID> <!-- BT-29-0 (Identifiant du vendeur (Global ID)) : 587451236587 -->
<ram:GlobalID schemeID="0009">10000000900017</ram:GlobalID> <!-- BT-29-0 (Identifiant du vendeur (Global ID)) : 10000000900017 -->
<ram:GlobalID schemeID="0060">DUNS1235487</ram:GlobalID> <!-- BT-29-0 (Identifiant du vendeur (Global ID)) : DUNS1235487 -->
<ram:GlobalID schemeID="0231">500000005</ram:GlobalID> <!-- BT-29-0 (Identifiant du vendeur (Global ID)) : 500000005 -->
<ram:Name>LE VENDEUR</ram:Name> <!-- BT-27 (Raison sociale du vendeur) : LE VENDEUR -->
<ram:Description>SARL AU CAPITAL DE 50 000 EUROS</ram:Description> <!-- BT-33 (Informations juridiques additionnelles sur le vendeur) : SARL AU CAPITAL DE 50 000 EUROS -->
<ram:SpecifiedLegalOrganization>
<ram:ID schemeID="0002">100000009</ram:ID> <!-- BT-30 (Identifiant d’enregistrement légal du vendeur) : 100000009 -->
<ram:TradingBusinessName>VENDEUR NOM COMMERCIAL</ram:TradingBusinessName> <!-- BT-28 (Appellation commerciale du vendeur) : VENDEUR NOM COMMERCIAL -->
</ram:SpecifiedLegalOrganization>
-
AuthorPosts
- You must be logged in to reply to this topic.