<?xml version="1.0"?>
<!--
    substr(<variable for result>, <absolute/relative start position>)
    substr(<variable for result>, <absolute/relative start position>, absolute/relative end position/additional substring length)
            
        absolute position: 0, 5,...
        
        relative position: 1x'.'+1 = first occurance of '.' plus one char
                           2x' - '+3 = second occurance of ' - ' plus three chars
                           r1x'-'-1 = first '-' backwards (last '-') minus one char
                           
        additional substring length: +0 = no additional length = just the char at the start position
                                     +3 = start position plus three chars = length 4
                                     
        sbustr with only two parameters retrieves substring from start position until and including last character

        format_xtr (extraction format): sbustring or absolute value
        format_pub (publish format)   : [prefix]($<result variable of format_xtr>)[suffix]

        mandatory: <1||yes||true||on> || <0||no||false||off>
-->
<XLImportSheet version="0.1" created_by="oh" company="Bentley">

    <Sheets>
        <Sheet number="1" name="" line_start="2" line_stop="10" col_start="A" col_end="Z"/>
    </Sheets>

	<Values name="CableType">


		<Value xl_col="A" tree="1" h_level="1" tag="NAME" mandatory="1" format_xtr="X" format_pub="($X)"/>
		<Value xl_col="D" tree="1" h_level="1" tag="UNITS" mandatory="1" format_xtr="X" format_pub="($X)"/>
		<Value xl_col="E" tree="1" h_level="1" tag="DIAMETER" mandatory="1" format_xtr="X" format_pub="($X)"/>
		<Value xl_col="F" tree="1" h_level="1" tag="WEIGHT" mandatory="1" format_xtr="X" format_pub="($X)"/>
		<Value xl_col="G" tree="1" h_level="1" tag="MATCHCODE" mandatory="0" format_xtr="X" format_pub="($X)"/>
		<Value xl_col="H" tree="1" h_level="1" tag="FIRELOAD" mandatory="0" format_xtr="X" format_pub="($X)"/>
		<Value xl_col="I" tree="1" h_level="1" tag="PRIORITY" mandatory="0" format_xtr="X" format_pub="($X)"/>
		

	</Values>


  
</XLImportSheet>

