/usr/share/glib-2.0/schemas/org.gnome.system.locale.gschema.xml is in gsettings-desktop-schemas 3.10.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
<schema path="/system/locale/" id="org.gnome.system.locale">
<key type="s" name="region">
<default>''</default>
<summary>The locale to use for dates / numbers formats</summary>
<description>Specify the locale to be used for displaying dates, times and numbers formats.</description>
</key>
</schema>
</schemalist>
|