<?xml version="1.0" encoding="UTF-8"?> <!-- SPDX-FileCopyrightText: 2020-2023 Bruce Cowan <bruce@bcowan.me.uk> SPDX-License-Identifier: GPL-3.0-or-later --> <schemalist> <schema id="uk.me.bcowan.Rugby" path="/uk/me/bcowan/Rugby/"> <key name="try-points" type="i"> <default>7</default> <summary>Try points</summary> <description>Number of points for a try</description> </key> <key name="utry-points" type="i"> <default>5</default> <summary>Unconverted try points</summary> <description>Number of points for an unconverted try</description> </key> <key name="kick-points" type="i"> <default>3</default> <summary>Kick points</summary> <description>Number of points for a kick (drop goal or penalty)</description> </key> </schema> <schema id="uk.me.bcowan.Rugby.window" path="/uk/me/bcowan/Rugby/window/"> <key name="height" type="i"> <default>600</default> <summary>Window height</summary> <description>The height of the window</description> </key> <key name="width" type="i"> <default>400</default> <summary>Window width</summary> <description>The width of the window</description> </key> </schema> </schemalist>