~slobodni-programi/addons-sp/61

« back to all changes in this revision

Viewing changes to l10n_hr/sql/rrif_kp2011/XML/RRIF-RP2011-ENG.XSD

  • Committer: Goran Kliska
  • Date: 2011-10-05 18:41:35 UTC
  • Revision ID: goran.kliska@slobodni-programi.hr-20111005184135-mpce8mo2ptblceeq
prva ver. kontnog plana,RDG,Bil RRIF 2011

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="windows-1250"?>
 
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
3
  <xs:element name="chart-of-accounts">
 
4
    <xs:complexType>
 
5
      <xs:sequence>
 
6
        <xs:element name="account" maxOccurs="unbounded">
 
7
          <xs:complexType>
 
8
            <xs:sequence>
 
9
              <xs:element name="key" type="xs:string"/>
 
10
              <xs:element name="name" type="xs:string"/>
 
11
              <xs:element name="naziv" type="xs:string"/>
 
12
            </xs:sequence>
 
13
          </xs:complexType>
 
14
        </xs:element>
 
15
      </xs:sequence>
 
16
    </xs:complexType>
 
17
    <xs:key name="account-key">
 
18
      <xs:selector xpath="./account"/>
 
19
      <xs:field xpath="key"/>
 
20
    </xs:key>
 
21
  </xs:element>
 
22
</xs:schema>