Construction Industry Scheme Line Type
This reference data element is used to catagorise CIS line payments and handles the assignment [of CIS lines] into accounting ledger nominal groups.
CisLineType [Schema]
Name | Type | Required | Description |
---|---|---|---|
LineType | CisLineTypeName | yes | The CIS line type identifier. |
TaxTreatment | CisTaxTreatment | yes | Indicates the CIS tax treatment. |
Description | xsd:string ( min: 1 max: 200) | no | The optional CIS line type description. |
NominalCode | Link | yes | A link to the associated nominal code resource. |
Example
<?xml version="1.0"?>
<CisLineType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<LineType>string</LineType>
<TaxTreatment>Taxable</TaxTreatment>
<Description>string</Description>
<NominalCode title="string" href="string" rel="string" />
</CisLineType>
{
"CisLineType": {
"LineType": "string",
"TaxTreatment": "Taxable",
"Description": "string",
"NominalCode": {
"@title": "string",
"@href": "string",
"@rel": "string"
}
}
}