]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/examples/oils_persist.xsd
LP1054322 - libparent-perl not needed for Ubuntu Precise
[working/Evergreen.git] / Open-ILS / examples / oils_persist.xsd
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <!--
4
5 Copyright (C) 2007 Laurentian University
6 Dan Scott <dscott@laurentian.ca>
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2
11 of the License, or (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
21
22 -->
23
24 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
25  xmlns="http://open-ils.org/spec/opensrf/IDL/persistence/v1"
26  targetNamespace="http://open-ils.org/spec/opensrf/IDL/persistence/v1"
27  elementFormDefault="unqualified"
28  attributeFormDefault="unqualified"
29 >
30
31 <xs:element name="source_definition" type="xs:string" />
32
33 <xs:attribute name="primary"/>
34 <xs:attribute name="i18n" type="xs:boolean"/>
35 <xs:attribute name="primitive"/>
36 <xs:attribute name="readonly" type="xs:boolean"/>
37 <xs:attribute name="restrict_primary"/>
38 <xs:attribute name="sequence"/>
39 <xs:attribute name="tablename"/>
40 <xs:attribute name="virtual" type="xs:boolean"/>
41 <xs:attribute name="field_safe" type="xs:boolean"/>
42
43 </xs:schema>