<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  <start>
    <element name="datumi">
      <oneOrMore>
      <element name="datum">
        <attribute name="dan">
           <text/>
        </attribute>
        <attribute name="mesec">
           <text/>
        </attribute>
        <attribute name="godina">
           <text/>
        </attribute>
      </element>
      </oneOrMore>
    </element>
  </start>
</grammar>
