45 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <xsdCalendarConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | |
|  xsi:noNamespaceSchemaLocation="main/calendar.xsd">
 | |
|     <calendar country="ABW" exchange="exchange0" uniqueID="ID000" referenceID="ID000">
 | |
|             <dependsOn>ID000</dependsOn>
 | |
|             <library>DEFAULT</library>
 | |
|             <composite>
 | |
|                 <union>
 | |
|                     <calendar country="ABW" exchange="exchange1" uniqueID="ID001" referenceID="ID000">
 | |
|                             <dependsOn>ID000</dependsOn>
 | |
|                             <library>DEFAULT</library>
 | |
|                             <modified>
 | |
|                                 <calendar country="ABW" exchange="exchange2" uniqueID="ID002" referenceID="ID000">
 | |
|                                         <dateList>
 | |
|                                             <bound>
 | |
|                                             </bound>
 | |
|                                             <holiday>2006-05-04</holiday>
 | |
|                                             <holiday>2006-05-04</holiday>
 | |
|                                         </dateList>
 | |
|                                 </calendar>
 | |
|                             </modified>
 | |
|                     </calendar>
 | |
|                     <calendar country="ABW" exchange="exchange3" uniqueID="ID003" referenceID="ID002">
 | |
|                             <dependsOn>ID003</dependsOn>
 | |
|                             <library>DEFAULT</library>
 | |
|                             <modified>
 | |
|                                 <calendar country="ABW" exchange="exchange4" uniqueID="ID004" referenceID="ID004">
 | |
|                                         <ruleBased>
 | |
|                                             <Mexico/>
 | |
|                                         </ruleBased>
 | |
|                                 </calendar>
 | |
|                             </modified>
 | |
|                     </calendar>
 | |
|                 </union>
 | |
|             </composite>
 | |
|     </calendar>
 | |
|     <calendar country="ABW" exchange="exchange5" uniqueID="ID005" referenceID="ID000">
 | |
|             <dependsOn>ID002</dependsOn>
 | |
|             <library>DEFAULT</library>
 | |
|             <ruleBased>
 | |
|                 <ECB/>
 | |
|             </ruleBased>
 | |
|     </calendar>
 | |
| </xsdCalendarConfig>
 | 
