🧑‍🤝‍🧑
Citizen Facing Forms
Council Wide Digital PlatformNo Code Service CreationGCloud Information
  • Introduction
  • LGaaP Services
  • This Guide
  • Platform Functionality
    • Platform Functionality
    • Integration Error Guidance
  • 💙Benefit/Welfare Forms
    • Introduction
    • eClaim
      • Local Council Tax Support
      • Universal Credit
      • Dynamic Evidence
      • Fast Track
      • Benefit App Integration
      • EDMS Integration
      • Reporting
      • Form Level Settings
      • Form Configuration (Files)
      • Value Add Functionality
        • Call Validate - ID Checking
        • Risk Based Verification
          • Settings
          • Configuration (Files)
    • Calculator
      • Settings
      • Calculator Configuration
    • eChanges
      • Intelligent Change Processing
      • Universal Credit
      • Dynamic Evidence
      • Fast Track
      • Benefit App Integration
      • EDMS Integration
      • Form Level Settings
      • Form Configuration (Files)
      • Value Add Functionality
        • Risk Based Verification
          • Settings
          • Configuration (Files)
    • HBAA - Full Case Review
      • Intelligent Change Processing
      • Universal Credit
      • Review Your Claim
      • Dynamic Evidence
      • Benefit App Integration
      • EDMS Integration
      • Form Level Settings
      • Form Configuration (Files)
    • Self Employed Earnings
      • Settings
      • Configuration (Files)
    • Free School Meal Holidays
      • Integrations
        • Ordnance Survey
        • OpenProcess
          • Dynamic Notifications
          • Issuing Vouchers
        • Loqate - Bank Check
        • DfE - ECS
        • Benefit Check
      • Checking integrations
      • BACS Extract
      • Data Extract
    • Additional Services
  • 💳Council Tax Forms
    • Council Tax Services
      • Introduction
      • Direct Debit
        • Real-time Checks
        • Back-office Automation
        • EDMS Automation
        • Settings
        • Direct Debit Email
      • Single Person Discount
        • Real-time Checks
        • Back-office Automation
        • EDMS Automation
        • Settings
      • Change of Address
        • Real-time Checks
        • Back-office Automation
        • EDMS Automation
        • Settings
        • Notification Configuration
      • Discounts / Exemptions
        • Real-time Checks
        • Back-office Automation
        • EDMS Automation
        • Settings
        • Configuration
      • Special Arrangements
        • Real-time Checks
        • Back-office Automation
        • EDMS Automation
        • Settings
      • Request a Refund
        • Real-time Checks
        • Back-office Automation
        • EDMS Automation
        • Settings
      • Local Council Tax Support
        • Real-time Checks
        • Back-office Automation
        • EDMS Automation
      • RPO Localisation
      • Additional Services
      • Landlord Voids & Lets Processing
        • Real-time Checks
        • Back-office Automation
        • File Format
        • EDMS Notification
  • 🚚Bin / Waste Forms
    • Introduction
    • Report a Missed Bin
      • Back Office Integration
      • Settings
      • Missed Bin Configuration
    • Request a Bin
      • Back-office integration
      • Settings
      • Request a Bin Configuration
    • Bulky Waste Collection
      • Back-office integration
      • Settings
      • Bulky Waste Configuration
        • Bulky Waste configuration - new April 2024
    • Request Assisted Collection
      • Back-office integration
      • Settings
      • Assisted Collection Config
    • Clinical Waste Collection
      • Back-office integration
      • Settings
      • Clinical Configuration
    • Garden Waste Subscriptions
      • Garden Waste Form
      • Back-office integration
      • Settings
    • Waste Localisation
    • Agent Payments
  • 🏭Business Rates Forms
    • Direct Debit
      • EDMS Integration
      • Settings
      • Configuration
    • Relief Application
      • EDMS Integration
      • Settings
    • Moves, Reliefs and Pay
      • EDMS Integration
      • Settings
    • Additional Services
  • 🏪Licensing Forms
    • Temporary Event Notice App
      • Back-office Integration
      • EDMS Integration
    • Taxi Driver - Licence Renewal
      • Back-office Integration
      • EDMS Integration
      • Settings
    • Taxi Driver - Vehicle Licence
      • Back-office Integration
      • EDMS Integration
  • 💚Social Care Forms
    • Social Care Financial Assessments
      • Settings
      • SCFA Calculator
      • EDMS Integration
Powered by GitBook
On this page
  • configuration/exemptiontypes.xml
  • configuration/reductionstatusmappings.xml
  • Example file

Was this helpful?

Export as PDF
  1. Council Tax Forms
  2. Council Tax Services
  3. Discounts / Exemptions

Configuration

Configuration files are files that can augment / improve the control you have over the functionality in the form beyond the settings. For the Discounts and exemptions form, there are two files.

PreviousSettingsNextSpecial Arrangements

Last updated 2 months ago

Was this helpful?

Configuration files are generally in XML format and so please ensure the XML file is still valid when you finish your edits. You can check an XML file is valid using the following:

configuration/exemptiontypes.xml

The file contains details of exemption types available

//<?xml version="1.0" encoding="utf-8" ?>

<ExemptionTypes>
  <Item>
    <name>AnchorTrust</name>
    <value>Anchor Trust</value>
  </Item>

  <Item>
    <name>ASRAHousingAssociation</name>
    <value>ASRA Housing Association Ltd</value>
  </Item>
  
  <Item>
    <name>ExtraCareCharitableTrust</name>
    <value>ExtraCare Charitable Trust</value>
  </Item>

  <Item>
    <name>OrganisationNotInList</name>
    <value>My organisation is not in this list</value>
  </Item>
</ExemptionTypes>

configuration/reductionstatusmappings.xml

Example file

The file contains a section for each drop down option.

<?xml version="1.0" encoding="utf-8" ?>
<Mappings>
	<OccupantStatus>
		<Option>
			<name>NotDisregarded</name>
			<value>They are not disregarded</value>
		</Option>
		<Option>
			<name>Student</name>
			<value>Student</value>
		</Option>
		<Option>
			<name>SchoolLeaver</name>
			<value>School/College leaver</value>
		</Option>
		<Option>
			<name>ChildBenefitRecipient</name>
			<value>Child benefit recipient</value>
		</Option>
		<Option>
			<name>Apprentice</name>
			<value>Apprentice</value>
		</Option>
		<Option>
			<name>CareWorker</name>
			<value>Care Worker</value>
		</Option>
    <Option>
      <name>Carer</name>
      <value>Carer</value>
    </Option>
		<Option>
			<name>HospitalOrResidential</name>
			<value>In hospital or residential care</value>
		</Option>
		<Option>
			<name>SeverelyMentallyImpaired</name>
			<value>Severely mentally impaired</value>
		</Option>
		<Option>
			<name>StudentsForeignSpouse</name>
			<value>A student's foreign spouse/dependent</value>
		</Option>
		<Option>
			<name>ReligiousCommunityMember</name>
			<value>Religious community member</value>
		</Option>
		<Option>
			<name>Prisoner</name>
			<value>Prisoner</value>
		</Option>
		<Option>
			<name>Diplomat</name>
			<value>Diplomat</value>
		</Option>
	</OccupantStatus>
	<ReductionReason>
		<Item>
			<name>Someone is disregarded</name>
			<value>Someone is disregarded</value>
		</Item>
		<Item>
			<name>The property is empty</name>
			<value>The property is empty</value>
		</Item>
		<Item>
			<name>The property is adapted for someone</name>
			<value>The property is adapted for someone</value>
		</Item>
		<Item>
			<name>The property is an exempt type</name>
			<value>The property is an exempt type</value>
		</Item>
	</ReductionReason>
</Mappings>
💳
https://www.samltool.com/prettyprint.php