Romania: Supplier's State (Province)

You must provide the State code for Romanian Suppliers' addresses.

Elements

Use the following sub-element of the AccountingSupplierParty element to model this information:

Element (Path)CardinalityDescription
Supplier Country Subdivision (Party/PostalAddress/CountrySubentity)0..1The subdivision of a country. Such as a region, a county, a state, a province and so on.

Restrictions

For the State codes, you must the ISO-3166-RO codes specified by the Romanian Tax Authority here.

Example

<Invoice>
	<!-- Code omitted for clarity -->
	<cac:AccountingSupplierParty>
		<cac:Party>
			<!-- Code omitted for clarity -->
			<cac:PostalAddress>
				<cbc:StreetName>Str. Test, Nr. 99</cbc:StreetName>
				<cbc:CitySubdivisionName>VRBL:RO:SECTOR1</cbc:CitySubdivisionName>
				<cbc:CityName>București</cbc:CityName>
				<cbc:PostalZone>010001</cbc:PostalZone>
				<!-- State Code -->
				<cbc:CountrySubentity>RO-B</cbc:CountrySubentity>
				<cac:Country>
					<cbc:IdentificationCode>RO</cbc:IdentificationCode>
				</cac:Country>
			</cac:PostalAddress>			
			<!-- Code omitted for clarity -->
		</cac:Party>
	</cac:AccountingSupplierParty>
	<!-- Code omitted for clarity -->
</Invoice>