[Koha-bugs] [Bug 6891] LDIF interoperability - a proposal

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 27 06:51:58 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

--- Comment #10 from Xan Charbonnet <xan at biblionix.com> 2011-09-27 04:51:58 UTC ---
The bitmap has been removed.  Here's what the <holidays> specification looks
like now:

<xs:complexType name="holidays">
    <xs:sequence>
        <xs:element name="days_of_week_closed" minOccurs="0">
            <xs:complexType>
                <xs:attribute name="sunday" type="xs:boolean" default="false"/>
                <xs:attribute name="monday" type="xs:boolean" default="false"/>
                <xs:attribute name="tuesday" type="xs:boolean"
default="false"/>
                <xs:attribute name="wednesday" type="xs:boolean"
default="false"/>
                <xs:attribute name="thursday" type="xs:boolean"
default="false"/>
                <xs:attribute name="friday" type="xs:boolean" default="false"/>
                <xs:attribute name="saturday" type="xs:boolean"
default="false"/>
            </xs:complexType>
        </xs:element>
        <xs:element name="date" type="xs:date" maxOccurs="unbounded"/>
    </xs:sequence>
</xs:complexType>

Much more readable and XML-like in the document:
  <system name="apollo" vendor="biblionix" version="2011-09-26.02"/>
  <holidays>
    <days_of_week_closed monday="1" thursday="1"/>
    <date>2006-11-24</date>
    <date>2006-11-25</date>
   ...
  </holidays>

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list