CarrierParty

Used to model details about the carrier of a delivery,

Elements

Name (Path)CardinalityDescription
Carrier Party (Invoice/Delivery/CarrierParty)0..1A group to inform about the carrier party.
Carrier Name (//PartyName/Name)1..1Name of the carrier.
Carrier Street Name (//PostalAddress/StreetName)0..1Street name of the carrier.
Carrier City Name (//PostalAddress/CityName)0..1Place (City, Town, Village) of the carrier.
Carrier Postal Zone (//PostalAddress/PostalZone)0..1Postal code of the carrier.
Carrier Address Line (PostalAddress/AddressLine)0..2Address Lines of the carrier.
Carrier Country Code (PostalAddress/Country/IdentificationCode )1..1Country Code of the carrier.

Country-Specific configurations

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:Delivery>
		<!-- code omitted for clarity -->
		<cac:CarrierParty>
			<cac:PartyName>
				<cbc:Name>Jay Transport</cbc:Name>
			</cac:PartyName>
			<cac:PartyTaxScheme>
				<cbc:CompanyID>05AAABB0639G1Z8</cbc:CompanyID>
				<cac:TaxScheme>
					<cbc:ID>GST</cbc:ID>
				</cac:TaxScheme>
			</cac:PartyTaxScheme>
		</cac:CarrierParty>
    	<!-- code omitted for clarity -->
	</cac:Delivery>
</Invoice>