coding-schemes.fpml.commodity-delivery-risk-1-0.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rosetta-testing Show documentation
Show all versions of rosetta-testing Show documentation
Rune Testing is a java library that is utilised by Rosetta Code Generators and models expressed in the Rosetta DSL.
<?xml version="1.0" encoding="UTF-8"?> <gcl:CodeList xmlns:gcl="http://xml.genericode.org/2004/ns/CodeList/0.2/" xmlns:doc="http://www.fpml.org/coding-scheme/documentation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xml.genericode.org/2004/ns/CodeList/0.2/ CodeList.xsd"> <Annotation> <Description> <doc:definition>Specifies how the parties to the trade aportion responsibility for the delivery of the commodity product (for example Free On Board, Cost, Insurance, Freight).</doc:definition> <doc:publicationDate>2012-08-02</doc:publicationDate> </Description> </Annotation> <Identification> <ShortName>deliveryRiskScheme</ShortName> <Version>1-0</Version> <CanonicalUri>http://www.fpml.org/coding-scheme/commodity-delivery-risk</CanonicalUri> <CanonicalVersionUri>http://www.fpml.org/coding-scheme/commodity-delivery-risk-1-0</CanonicalVersionUri> <LocationUri>http://www.fpml.org/coding-scheme/commodity-delivery-risk-1-0.xml</LocationUri> </Identification> <ColumnSet> <Column Id="Code" Use="required"> <ShortName>Code</ShortName> <Data Type="token"> <Parameter ShortName="maxLength">63</Parameter> </Data> </Column> <Column Id="Source" Use="optional"> <ShortName>Source</ShortName> <Data Type="string"/> </Column> <Column Id="Description" Use="optional"> <ShortName>Description</ShortName> <Data Type="string"/> </Column> <Key Id="PrimaryKey"> <ShortName>key</ShortName> <ColumnRef Ref="Code"/> </Key> </ColumnSet> <SimpleCodeList> <Row> <Value> <SimpleValue>CFR</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Cost and Freight (requires names port of destination) Abbreviation was formerly C&F.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>CIF</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Cost, Insurance and Freight (required name port of destination).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>CIP</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Carriage and Insurance Paid To (requires named place of destination).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>CPT</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Carriage Paid To (requires named place of destination).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>DAF</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Deliver at Frontier (requires named place of destination) DAF was in Incoterms 2000 but was eliminated from Incoterms 2010.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>DAP</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Deliver at Place (requires named place of destination).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>DDP</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Delivered Duty Paid (requires named place of destination).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>DDU</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Delivered Duty Unpaid (requires named place of destination).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>DEQ</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Delivered Ex Quay (requires named of port of delivery).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>DES</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Delivered Ex Ship (requires named of port of delivery).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>EXW</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Ex Works (requires named place of delivery).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>FAS</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Free Alongside Ship (requires named port of shipment).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>FCA</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Free Carrier (requires named place of delivery).</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>FOB</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Free On Board (requires name port of shipment).</SimpleValue> </Value> </Row> </SimpleCodeList> </gcl:CodeList>