coding-schemes.fpml.local-jurisdiction-1-1.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>This overrides the countryScheme. Specifies the Local Jurisdiction that applies to a Transaction, for example for the purposes of defining which Local Taxes will apply.</doc:definition> <doc:publicationDate>2013-01-15</doc:publicationDate> </Description> </Annotation> <Identification> <ShortName>localJurisdictionScheme</ShortName> <Version>1-1</Version> <CanonicalUri>http://www.fpml.org/coding-scheme/local-jurisdiction</CanonicalUri> <CanonicalVersionUri>http://www.fpml.org/coding-scheme/local-jurisdiction-1-1</CanonicalVersionUri> <LocationUri>http://www.fpml.org/coding-scheme/local-jurisdiction-1-1.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>Afghanistan</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Afghan Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Applicable</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Follows Local Jurisdiction as per MCA to this Transaction.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Australia</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Australian Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>China</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Chinese Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>HongKong</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Hong Kong Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>India</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Indian Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Indonesia</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Indonesian Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Japan</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Japanese Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Korea</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Korean Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Malaysia</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Malaysian Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>NewZealand</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>New Zealand Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>NotApplicable</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>No Local Jurisdiction applies to this Transaction.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Pakistan</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Pakistani Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Philippines</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Philippine Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Singapore</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Singaporean Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Taiwan</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Taiwanese Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Thailand</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Thai Local Jurisdiction applies.</SimpleValue> </Value> </Row> <Row> <Value> <SimpleValue>Vietnam</SimpleValue> </Value> <Value> <SimpleValue>FpML</SimpleValue> </Value> <Value> <SimpleValue>Vietnamese Local Jurisdiction applies.</SimpleValue> </Value> </Row> </SimpleCodeList> </gcl:CodeList>