Spain B2G: Supplier's Administrative Centre
You can specify a Supplier's administrative centre.
Use the AccountingSupplierPartyExtension (Extn) Extension to specify this information.
Elements
The following elements are grouped at the /Invoice/cac:AccountingSupplierParty/cec:UBLExtensions/cec:UBLExtension/cec:ExtensionContent/vrbl:AccountingSupplierPartyExtension/vrbl:AdministrativeCentre
path:
Element Name (Technical Name) | Cardinality | Description |
---|---|---|
Role Type Code (ID ) | 0..1 | This code specifies the function of the centre. |
Role Type Code Scheme ID (ID @schemeID ) | 0..1 | Use VRBL:ES-B2G:RTC . |
Centre Code (PartyIdentification/ID ) | 0..1 | This identifies the centre. |
Centre Code Scheme ID (PartyIdentification/ID @schemeID ) | 0..1 | Use VRBL:ES-B2G:RTC . |
Centre Street Name (PostalAddress/StreetName ) | 1..1 | The name of the street where the centre is located. |
Centre City Name (PostalAddress/CityName ) | 1..1 | The name of the city where the centre is located. |
Centre Postal Code (PostalAddress/PostalZone ) | 1..1 | The centre's post code. |
Centre Province (PostalAddress/CountrySubentity ) | 0..1 | The province or other country subdivision where the centre is located. |
Centre Country Code (PostalAddress/Country/IdentificationCode ) | 1..1 | The code that represents the country where the centre is located. |
Restrictions
- You must use
VRBL:ES-B2G:RTC
as the value for both the Role Type Code Scheme ID (ID @schemeID
) and Centre Code Scheme ID (PartyIdentification/ID @schemeID
) elements. - You must use one of the following values for the Role Type Code (
ID
) element:
Role Type Code | Description |
---|---|
VRBL:ES-B2G:01 | Fiscal |
VRBL:ES-B2G:02 | Receptor |
VRBL:ES-B2G:03 | Payer |
VRBL:ES-B2G:04 | Buyer |
VRBL:ES-B2G:06 | Seller |
VRBL:ES-B2G:07 | Payee |
VRBL:ES-B2G:08 | Beneficiary |
VRBL:ES-B2G:09 | Issuer |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<cec:UBLExtensions>
<cec:ExtensionContent>
<vrbl:AccountingSupplierPartyExtension>
<!-- Code omitted for clarity -->
<vrbl:AdministrativeCentre>
<cbc:ID schemeID="VRBL:ES-B2G:RTC">VRBL:ES-B2G:01</cbc:ID>
<cac:PartyIdentification>
<cbc:ID schemeID="VRBL:ES-B2G:CC">A13013774</cbc:ID>
</cac:PartyIdentification>
<cac:PostalAddress>
<cbc:StreetName>C/ Maiquez 5, planta 4</cbc:StreetName>
<cbc:CityName>MADRID</cbc:CityName>
<cbc:PostalZone>10122</cbc:PostalZone>
<cbc:CountrySubentity>MADRID</cbc:CountrySubentity>
<cac:Country>
<cbc:IdentificationCode>ES</cbc:IdentificationCode>
</cac:Country>
</cac:PostalAddress>
</vrbl:AdministrativeCentre>
<!-- Code omitted for clarity -->
</vrbl:AccountingSupplierPartyExtension>
<!-- Code omitted for clarity -->
</cec:ExtensionContent>
<!-- Code omitted for clarity -->
</cec:UBLExtensions>
<!-- Code omitted for clarity -->
</cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 10 days ago