Mexico (CFDI): Seller Address

Specify the address of the CFDII issuer for Mexico (CFDII).

Section to specify the address of the CFDI issuer.

Name (Path)CardinalityDescription
Street Name (/Invoice/AccountingSupplierParty/Party/cac:PostalAddress/StreetName)1..1Street
Building Number (/Invoice/AccountingSupplierParty/Party/PostalAddress/BuildingNumber)0..1Street external number
Room (/Invoice/AccountingSupplierParty/Party/PostalAddress/Room)0..1Street internal number
City Subdivision Code (/Invoice/AccountingSupplierParty/Party/PostalAddress/UBLExtensions/UBLExtension/ExtensionContent/PostalAddressExtension/CitySubdivisionCode)0..1City Subdivision (Colonia),c_Colonia
City Code, City (Localidad) (/Invoice/AccountingSupplierParty/Party/PostalAddress/UBLExtensions/UBLExtension/ExtensionContent/PostalAddressExtension/CityCode)0..1c_Localidad
Postal Zone (/Invoice/AccountingSupplierParty/Party/PostalAddress/PostalZone)1..1Postal Code
Plot Identification (/Invoice/AccountingSupplierParty/Party/PostalAddress/PlotIdentification)0..1Additional geographic reference
Country Subentity Code (/Invoice/AccountingSupplierParty/Party/PostalAddress/CountrySubentityCode)0..1Country Subentity (Municipio),c_Municipio
State Code (/Invoice/AccountingSupplierParty/Party/PostalAddress/Region)1..1State, c_Estado
Country Code (/Invoice/AccountingSupplierParty/Party/PostalAddress/Country/IdentificationCode)1..1Country (2-digit code)

Example

<ubl:Invoice>
	<!-- code omitted for clarity -->
	<cac:AccountingSupplierParty>
		<cac:Party>
			<!-- code omitted for clarity -->
			<cac:PostalAddress>
				<cec:UBLExtensions>
					<cec:UBLExtension>
						<cec:ExtensionContent>
							<vrbl:PostalAddressExtension>
								<vrbl:CityCode>VRBL:MX:01</vrbl:CityCode>
								<vrbl:CitySubdivisionCode>VRBL:MX:2775</vrbl:CitySubdivisionCode>
							</vrbl:PostalAddressExtension>
						</cec:ExtensionContent>
					</cec:UBLExtension>
				</cec:UBLExtensions>
				<cbc:Room>5</cbc:Room>
				<cbc:StreetName>Av. Constitución</cbc:StreetName>
				<cbc:BuildingNumber>1000</cbc:BuildingNumber>
				<cbc:PlotIdentification>MXEX-2403-987654</cbc:PlotIdentification>
				<cbc:PostalZone>26015</cbc:PostalZone>
				<cbc:CountrySubentity>Miguel Hidalgo</cbc:CountrySubentity>
				<cbc:CountrySubentityCode>VRBL:MX:016</cbc:CountrySubentityCode>
				<cbc:Region>VRBL:MX:CMX</cbc:Region>
				<cac:Country>
					<cbc:IdentificationCode>MX</cbc:IdentificationCode>
				</cac:Country>
			</cac:PostalAddress>
			<!-- code omitted for clarity -->
		</cac:Party>
	</cac:AccountingSupplierParty>
	<!-- code omitted for clarity -->
</ubl:Invoice>