factur'x

Home Forums PDF24 Creator General factur'x

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #64307
    bp60
    Participant

    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>

    #64308
    Stefan Ziegler
    Keymaster

    <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.

    #64309
    bp60
    Participant

    Hello,

    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>

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.