30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <header xmlns="http://www.w3.org/2009/exi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | |
|     xsi:schemaLocation="http://www.w3.org/2009/exi ./EXIOptionsHeader.xsd">
 | |
|     <lesscommon>
 | |
|         <uncommon>
 | |
|             <alignment>
 | |
|                 <pre-compress/>
 | |
|             </alignment>
 | |
|             <selfContained/>
 | |
|             <valueMaxLength>12</valueMaxLength>
 | |
|             <valuePartitionCapacity>8</valuePartitionCapacity>
 | |
|             <datatypeRepresentationMap>
 | |
|                 <xsd:decimal xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
 | |
|                 <string xsmlns="http://www.w3.org/2009/exi" />
 | |
|             </datatypeRepresentationMap>
 | |
|             <datatypeRepresentationMap>
 | |
|                 <xsd:int xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
 | |
|                 <string xsmlns="http://www.w3.org/2009/exi" />
 | |
|             </datatypeRepresentationMap>
 | |
|         </uncommon>
 | |
|         <preserve>
 | |
|             <dtd/>
 | |
|             <prefixes/>
 | |
|             <lexicalValues/>
 | |
|             <comments/>
 | |
|             <pis/>
 | |
|         </preserve>
 | |
|     </lesscommon>
 | |
| </header>
 | 
