cac:ItemInformationRequestLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:ItemInformationRequestLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:TimeFrequencyCode [0..1] A code signifying the frequency with which item information should be sent to the requester.
- cbc:SupplyChainActivityTypeCode [0..1] A code used to identify the type of supply chain activity about which information request is issued. Examples: CANCELED_ORDERS EMERGENCY_ORDERS ON_HAND ORDERS
- cbc:ForecastTypeCode [0..1] The information request can be either about supply chain activity or about forecasts or about performance metrics, so it should be optional
- cbc:PerformanceMetricTypeCode [0..1] A code signifying a measure of performance.
- cac:Period [1..*] A period for which this information is requested.
- cac:SalesItem [1..*] Sales information for the item to which this line applies.
Attributes
None
Used in
- Type ItemInformationRequestType (Element ItemInformationRequest)
Sample instance
<cac:ItemInformationRequestLine> <cbc:TimeFrequencyCode>normalizedString</cbc:TimeFrequencyCode> <cbc:SupplyChainActivityTypeCode>normalizedString</cbc:SupplyChainActivityTypeCode> <cbc:ForecastTypeCode>normalizedString</cbc:ForecastTypeCode> <cbc:PerformanceMetricTypeCode>normalizedString</cbc:PerformanceMetricTypeCode> <cac:Period> <cbc:StartDate>2000-01-01</cbc:StartDate> <cbc:StartTime>12:00:00</cbc:StartTime> <cbc:EndDate>2000-01-01</cbc:EndDate> <cbc:EndTime>12:00:00</cbc:EndTime> <cbc:DurationMeasure unitCode="normalizedString">1.0</cbc:DurationMeasure> <cbc:DescriptionCode>normalizedString</cbc:DescriptionCode> <cbc:Description>string</cbc:Description> </cac:Period> <cac:SalesItem> <cbc:Quantity>1.0</cbc:Quantity> <cac:ActivityProperty> <cbc:Name>string</cbc:Name> <cbc:Value>string</cbc:Value> </cac:ActivityProperty> <cac:TaxExclusivePrice> <cbc:PriceAmount currencyID="normalizedString">1.0</cbc:PriceAmount> <cbc:BaseQuantity>1.0</cbc:BaseQuantity> <cbc:PriceChangeReason>string</cbc:PriceChangeReason> <cbc:PriceTypeCode>normalizedString</cbc:PriceTypeCode> <cbc:PriceType>string</cbc:PriceType> <cbc:OrderableUnitFactorRate>1.0</cbc:OrderableUnitFactorRate> <cac:ValidityPeriod>... </cac:ValidityPeriod> <cac:PriceList>... </cac:PriceList> <cac:AllowanceCharge>... </cac:AllowanceCharge> <cac:PricingExchangeRate>... </cac:PricingExchangeRate> </cac:TaxExclusivePrice> <cac:TaxInclusivePrice> <cbc:PriceAmount currencyID="normalizedString">1.0</cbc:PriceAmount> <cbc:BaseQuantity>1.0</cbc:BaseQuantity> <cbc:PriceChangeReason>string</cbc:PriceChangeReason> <cbc:PriceTypeCode>normalizedString</cbc:PriceTypeCode> <cbc:PriceType>string</cbc:PriceType> <cbc:OrderableUnitFactorRate>1.0</cbc:OrderableUnitFactorRate> <cac:ValidityPeriod>... </cac:ValidityPeriod> <cac:PriceList>... </cac:PriceList> <cac:AllowanceCharge>... </cac:AllowanceCharge> <cac:PricingExchangeRate>... </cac:PricingExchangeRate> </cac:TaxInclusivePrice> <cac:Item> <cbc:Description>string</cbc:Description> <cbc:PackQuantity>1.0</cbc:PackQuantity> <cbc:PackSizeNumeric>1.0</cbc:PackSizeNumeric> <cbc:CatalogueIndicator>true</cbc:CatalogueIndicator> <cbc:Name>string</cbc:Name> <cbc:HazardousRiskIndicator>true</cbc:HazardousRiskIndicator> <cbc:AdditionalInformation>string</cbc:AdditionalInformation> <cbc:Keyword>string</cbc:Keyword> <cbc:BrandName>string</cbc:BrandName> <cbc:ModelName>string</cbc:ModelName> <cac:BuyersItemIdentification>... </cac:BuyersItemIdentification> <cac:SellersItemIdentification>... </cac:SellersItemIdentification> <cac:ManufacturersItemIdentification>... </cac:ManufacturersItemIdentification> <cac:StandardItemIdentification>... </cac:StandardItemIdentification> <cac:CatalogueItemIdentification>... </cac:CatalogueItemIdentification> <cac:AdditionalItemIdentification>... </cac:AdditionalItemIdentification> <cac:CatalogueDocumentReference>... </cac:CatalogueDocumentReference> <cac:ItemSpecificationDocumentReference>... </cac:ItemSpecificationDocumentReference> <cac:OriginCountry>... </cac:OriginCountry> <cac:CommodityClassification>... </cac:CommodityClassification> <cac:TransactionConditions>... </cac:TransactionConditions> <cac:HazardousItem>... </cac:HazardousItem> <cac:ClassifiedTaxCategory>... </cac:ClassifiedTaxCategory> <cac:AdditionalItemProperty>... </cac:AdditionalItemProperty> <cac:ManufacturerParty>... </cac:ManufacturerParty> <cac:InformationContentProviderParty>... </cac:InformationContentProviderParty> <cac:OriginAddress>... </cac:OriginAddress> <cac:ItemInstance>... </cac:ItemInstance> <cac:Certificate>... </cac:Certificate> <cac:Dimension>... </cac:Dimension> </cac:Item> </cac:SalesItem> </cac:ItemInformationRequestLine>