Information on requested quantity, location and price for the item

Cardinality
1..n
Namespace
cac urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Business terms
BG-025
Child elements
Card Name Description
0..1 cbc:MinimumQuantity

Minimum quantity
The minimum quantity for this item request/location. To specify an exact quantity, use the same quantity in both minimum and maximum quantity.

Example value: 2 rooms

0..1 cbc:MaximumQuantity

Maximum quantity
The maximum quantity for this item request/location. To specify an exact quantity, use the same quantity in both minimum and maximum quantity.

Example value: 3 rooms

0..1 cac:ApplicableTerritoryAddress +

APPLICABLE SALES LOCATION
This element is used if there are specific locations requested for the item.

0..1 cac:Price +

PRICE
To state both the minimum price and the total budget price (maximum price), repeat the requested item location quantity for each type

Rules
Identifier/Error message Flag
EHF-PACR-B08901
Document MUST NOT contain elements not part of the data model.
fatal
Description
UBL example of required item location quantity
<cac:RequiredItemLocationQuantity>
    <cbc:MinimumQuantity>1</cbc:MinimumQuantity>
    <cbc:MaximumQuantity>10</cbc:MaximumQuantity>
    <cac:ApplicableTerritoryAddress>
        <cbc:StreetName>Via Goffredo Mameli 25</cbc:StreetName>
        <cbc:AdditionalStreetName>Building 2</cbc:AdditionalStreetName>
        <cbc:CityName>Porchiano Del Monte</cbc:CityName>
        <cbc:PostalZone>05022</cbc:PostalZone>
        <cbc:CountrySubentity>Provinsen Terni</cbc:CountrySubentity>
        <cac:Country>
            <cbc:IdentificationCode>IT</cbc:IdentificationCode>
        </cac:Country>
    </cac:ApplicableTerritoryAddress>

    <cac:Price>
        <cbc:PriceAmount currencyID="NOK">5000</cbc:PriceAmount>
        <cbc:PriceTypeCode>NE</cbc:PriceTypeCode>
    </cac:Price>
</cac:RequiredItemLocationQuantity>