Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:InstructionForReturnsLine
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:InstructionForReturnsLine

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:InstructionForReturnsLineType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [1..1]An identifier for this instruction for returns line.
    3. cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
    4. cbc:Quantity [1..1]The quantity of goods being returned.
    5. cac:ManufacturerParty [0..1]The manufacturer of the goods being returned.
    6. cac:Item [1..1]A description of the item being returned.

Attributes

None

Used in

Sample instance

<cac:InstructionForReturnsLine>
   <cbc:ID>1</cbc:ID>
   <cbc:Quantity unitCode="NAR">20</cbc:Quantity>
   <cac:Item>
      <cbc:Description>Denim Jeans Jacket</cbc:Description>
      <cbc:Name>Jeans Jacket man</cbc:Name>
      <cac:BuyersItemIdentification>
         <cbc:ID>AA109</cbc:ID>
      </cac:BuyersItemIdentification>
      <cac:SellersItemIdentification>
         <cbc:ID>YX401</cbc:ID>
      </cac:SellersItemIdentification>
   </cac:Item>
</cac:InstructionForReturnsLine>