<?xml version="1.0"?>
<SECTIONS>
	<EW_HEADER>
		<VERSION Number="2020.0.0.0"/>
		<VERSIONS>
			<DataProjectVersion>268</DataProjectVersion>
			<AppVersion>2020.0.0.31</AppVersion>
		</VERSIONS>
		<FILENAME>Missing3DCablingWire_Metric</FILENAME>
		<DESCRIPTION>
			<LANGUAGE xml:lang="en">Wires not routed  in 3D</LANGUAGE>
			<LANGUAGE xml:lang="fr">Fils non acheminés dans 3D</LANGUAGE>
			<LANGUAGE xml:lang="cs">Vodiče nejsou trasovány v 3D</LANGUAGE>
			<LANGUAGE xml:lang="de">Leiter nicht in 3D geführt</LANGUAGE>
			<LANGUAGE xml:lang="it">Fili non instradati in 3D</LANGUAGE>
			<LANGUAGE xml:lang="ja">3D で配線されていないワイヤ</LANGUAGE>
			<LANGUAGE xml:lang="ko">3D에서 라우팅되지 않은 와이어</LANGUAGE>
			<LANGUAGE xml:lang="pl">Przewody niepoprowadzone w 3D</LANGUAGE>
			<LANGUAGE xml:lang="zh">未在 3D 中布线</LANGUAGE>
			<LANGUAGE xml:lang="pt">Fios não roteados no 3D</LANGUAGE>
			<LANGUAGE xml:lang="ru">Не проложены маршруты для проводов в 3D</LANGUAGE>
			<LANGUAGE xml:lang="es">Cables sin enrutar en 3D</LANGUAGE>
			<LANGUAGE xml:lang="tr">Kablo tesisatı 3D'te yapılmamış</LANGUAGE>
			<LANGUAGE xml:lang="zh-tw">電線未在 3D 中進行線路設計</LANGUAGE>
		</DESCRIPTION>
		<FILE_TYPE>10</FILE_TYPE>
		<OBJECT_TYPE>6</OBJECT_TYPE>
		<MEASURMENT>1</MEASURMENT>
		<Datatype>0</Datatype>
	</EW_HEADER>
	<QUERY>
		<FileData>
			<FileNameFormula/>
			<TZ_0>
				<LANGUAGE xml:lang="en">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="fr">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="cs">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="de">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="it">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="ja">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="ko">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="pl">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="zh">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="pt">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="ru">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="es">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="tr">REP_DESC</LANGUAGE>
				<LANGUAGE xml:lang="zh-tw">REP_DESC</LANGUAGE>
			</TZ_0>
			<AutoFilterDesc>1</AutoFilterDesc>
		</FileData>
		<SQLQuery>SELECT DISTINCT 
     tew_wire.wir_mes_idmfi AS wir_mes_idmfi
     , tew_wire.wir_caw_no AS wir_caw_no
     , tew_componentFrom.com_tagpath AS comtagpathFrom
     , tew_componentFrom.com_tag AS comTagFrom
     , tew_componentFrom.com_type AS comTypeFrom
     , tew_componentterminalFrom.cte_txt AS cteTextFrom
     , tew_componentTo.com_tagpath AS comtagpathTo
     , tew_componentTo.com_tag AS comTagTo
     , tew_componentTo.com_type AS comTypeTo
     , tew_componentterminalTo.cte_txt AS cteTextTo
     , tew_componentFrom_Parent.com_tag AS comTagParentFrom
     , tew_componentTo_Parent.com_tag AS comTagParentTo
     , tew_componentelementTo.cel_group AS DeckTo
     , tew_componentelementFrom.cel_group AS DeckFrom
     , tew_wire.wir_ductpath AS wir_ductpath
     , tew_wire.wir_com_idfrom AS wir_com_idfrom
     , tew_wire.wir_com_idto AS wir_com_idto
     , tew_wire.wir_id AS wir_id
 FROM tew_wire 
     LEFT JOIN tew_component AS tew_componentFrom ON (tew_wire.wir_com_idfrom = tew_componentFrom.com_id)
     LEFT JOIN tew_component AS tew_componentFrom_Parent ON (tew_componentFrom.com_com_id = tew_componentFrom_Parent.com_id)
     LEFT JOIN tew_component AS tew_componentTo ON (tew_wire.wir_com_idto = tew_componentTo.com_id)
     LEFT JOIN tew_component AS tew_componentTo_Parent ON (tew_componentTo.com_com_id = tew_componentTo_Parent.com_id)
     LEFT JOIN tew_componentterminal AS tew_componentterminalFrom ON (tew_wire.wir_cte_nofrom = tew_componentterminalFrom.cte_no AND tew_wire.wir_cel_idfrom = tew_componentterminalFrom.cte_cel_id)
     LEFT JOIN tew_componentterminal AS tew_componentterminalTo ON (tew_wire.wir_cte_noto = tew_componentterminalTo.cte_no AND tew_wire.wir_cel_idto = tew_componentterminalTo.cte_cel_id)
     LEFT JOIN tew_componentelement AS tew_componentelementFrom ON (tew_wire.wir_cel_idfrom = tew_componentelementFrom.cel_id)
     LEFT JOIN tew_componentelement AS tew_componentelementTo ON (tew_wire.wir_cel_idto = tew_componentelementTo.cel_id)
     LEFT JOIN tew_entity3d ON (tew_entity3d.e3d_objectid = tew_wire.wir_id)   
 WHERE (tew_wire.wir_type = 0 OR tew_wire.wir_type = 1) AND  NOT wir_mes_idmfi = -1 AND wir_caw_no = -1 AND (tew_entity3d.e3d_id IS NULL)
  ORDER BY comTagParentFrom,comTagFrom,comTagParentTo,comTagTo</SQLQuery>
		<BreakFormula/>
		<ORDERS>
			<ORDER>
				<No>0</No>
				<FieldName>comTagParentFrom</FieldName>
				<IsBreak>0</IsBreak>
			</ORDER>
			<ORDER>
				<No>1</No>
				<FieldName>comTagFrom</FieldName>
				<IsBreak>0</IsBreak>
			</ORDER>
			<ORDER>
				<No>2</No>
				<FieldName>comTagParentTo</FieldName>
				<IsBreak>0</IsBreak>
			</ORDER>
			<ORDER>
				<No>3</No>
				<FieldName>comTagTo</FieldName>
				<IsBreak>0</IsBreak>
			</ORDER>
		</ORDERS>
		<ObjectType>6</ObjectType>
		<ConfigName>Missing_SW_Cablingwire_Metric</ConfigName>
	</QUERY>
	<LAYOUT>
		<HeadingFormula>[AUTO]""</HeadingFormula>
		<IsHeadingVisible>1</IsHeadingVisible>
		<IsTitleVisible>1</IsTitleVisible>
		<IsHorzSeparationVisible>1</IsHorzSeparationVisible>
		<IsTotalVisible>0</IsTotalVisible>
		<COLUMNS>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Počátek</LANGUAGE>
					<LANGUAGE xml:lang="de">von</LANGUAGE>
					<LANGUAGE xml:lang="en">Origin</LANGUAGE>
					<LANGUAGE xml:lang="es">Origen</LANGUAGE>
					<LANGUAGE xml:lang="fr">Tenant</LANGUAGE>
					<LANGUAGE xml:lang="it">Origine</LANGUAGE>
					<LANGUAGE xml:lang="ja">始点</LANGUAGE>
					<LANGUAGE xml:lang="ko">기점</LANGUAGE>
					<LANGUAGE xml:lang="pl">Początek układu współrzędnych</LANGUAGE>
					<LANGUAGE xml:lang="pt">Para</LANGUAGE>
					<LANGUAGE xml:lang="ru">Из</LANGUAGE>
					<LANGUAGE xml:lang="tr">Başlangıç</LANGUAGE>
					<LANGUAGE xml:lang="zh">源</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">從</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>0</columnIndex>
				<ContentFormula> IIF( LEN(DeckFrom) &gt; 0 
		, IIF( LEN(cteTextFrom) &gt; 0 
			, comtagpathFrom + "." + DeckFrom + ":" + cteTextFrom 
			, comtagpathFrom + "." + DeckFrom) 
		, IIF( LEN(cteTextFrom) &gt; 0 
			, comtagpathFrom + ":" + cteTextFrom 
			, comtagpathFrom) ) 
				</ContentFormula>
				<GotoId>wir_id</GotoId>
				<GotoType>6</GotoType>
				<EnumerationDelimiter>,</EnumerationDelimiter>
				<HasTotal>0</HasTotal>
				<IsMultiline>1</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>1</IsVertSeparationVisible>
				<Width>30.000000</Width>
				<HorzTitleAlignment>0</HorzTitleAlignment>
				<HorzContentAlignment>0</HorzContentAlignment>
				<IsVisible>1</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Cíl</LANGUAGE>
					<LANGUAGE xml:lang="de">Ziel</LANGUAGE>
					<LANGUAGE xml:lang="en">Destination</LANGUAGE>
					<LANGUAGE xml:lang="es">Destino</LANGUAGE>
					<LANGUAGE xml:lang="fr">Destination</LANGUAGE>
					<LANGUAGE xml:lang="it">Destinazione</LANGUAGE>
					<LANGUAGE xml:lang="ja">終点</LANGUAGE>
					<LANGUAGE xml:lang="ko">연결점</LANGUAGE>
					<LANGUAGE xml:lang="pl">Miejsce przeznaczenia</LANGUAGE>
					<LANGUAGE xml:lang="pt">Destino</LANGUAGE>
					<LANGUAGE xml:lang="ru">Место назначения</LANGUAGE>
					<LANGUAGE xml:lang="tr">Bitiş</LANGUAGE>
					<LANGUAGE xml:lang="zh">目标</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">目標地</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>1</columnIndex>
				<ContentFormula>IIF( LEN(DeckTo) &gt; 0 
		, IIF( LEN(cteTextTo) &gt; 0 
			, comtagpathTo + "." + DeckTo + ":" + cteTextTo 
			, comtagpathTo + "." + DeckTo) 
		, IIF( LEN(cteTextTo) &gt; 0 
			, comtagpathTo + ":" + cteTextTo 
			, comtagpathTo) )</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter>,</EnumerationDelimiter>
				<HasTotal>0</HasTotal>
				<IsMultiline>1</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>1</IsVertSeparationVisible>
				<Width>30.000000</Width>
				<HorzTitleAlignment>0</HorzTitleAlignment>
				<HorzContentAlignment>0</HorzContentAlignment>
				<IsVisible>1</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Identifikátor počáteční součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">ID des Ursprungsbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">Identifier of component From</LANGUAGE>
					<LANGUAGE xml:lang="es">Identificador del origen</LANGUAGE>
					<LANGUAGE xml:lang="fr">Identifiant du composant tenant</LANGUAGE>
					<LANGUAGE xml:lang="it">ID componente di origine</LANGUAGE>
					<LANGUAGE xml:lang="ja">コンポーネント ID (始点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">부품 식별자(기점)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Identyfikator komponentu od</LANGUAGE>
					<LANGUAGE xml:lang="pt">Identificador de origem</LANGUAGE>
					<LANGUAGE xml:lang="ru">идентификатор источника компонента</LANGUAGE>
					<LANGUAGE xml:lang="tr">Bileşen tanımlayıcısı başlangıcı</LANGUAGE>
					<LANGUAGE xml:lang="zh">设备源标识符</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">從設備</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>2</columnIndex>
				<ContentFormula>wir_com_idfrom</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Identifikátor koncové součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">ID des Zielbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">Identifier of component to</LANGUAGE>
					<LANGUAGE xml:lang="es">Identificador de destino</LANGUAGE>
					<LANGUAGE xml:lang="fr">Identifieur de composant aboutissant</LANGUAGE>
					<LANGUAGE xml:lang="it">ID componente di destinazione</LANGUAGE>
					<LANGUAGE xml:lang="ja">コンポーネント ID</LANGUAGE>
					<LANGUAGE xml:lang="ko">부품 식별자(대상)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Identyfikator komponentu do</LANGUAGE>
					<LANGUAGE xml:lang="pt">Identificador de destino</LANGUAGE>
					<LANGUAGE xml:lang="ru">Идентификатор цели компонента</LANGUAGE>
					<LANGUAGE xml:lang="tr">Bileşen tanımlayıcısı bitişi</LANGUAGE>
					<LANGUAGE xml:lang="zh">设备目标标识符</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">到設備</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>3</columnIndex>
				<ContentFormula>wir_com_idto</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Identifikátor sítě</LANGUAGE>
					<LANGUAGE xml:lang="de">ID der Schleife</LANGUAGE>
					<LANGUAGE xml:lang="en">Identifier of mesh</LANGUAGE>
					<LANGUAGE xml:lang="es">Identificador de la malla</LANGUAGE>
					<LANGUAGE xml:lang="fr">Identificateur de la maille</LANGUAGE>
					<LANGUAGE xml:lang="it">ID maglia</LANGUAGE>
					<LANGUAGE xml:lang="ja">メッシュの ID</LANGUAGE>
					<LANGUAGE xml:lang="ko">메쉬 식별자</LANGUAGE>
					<LANGUAGE xml:lang="pl">Identyfikator siatki</LANGUAGE>
					<LANGUAGE xml:lang="pt">Identificador da malha</LANGUAGE>
					<LANGUAGE xml:lang="ru">Идентификатор сетки</LANGUAGE>
					<LANGUAGE xml:lang="tr">Mesh tanımlayıcısı</LANGUAGE>
					<LANGUAGE xml:lang="zh">网状标识符</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">節點指示</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>4</columnIndex>
				<ContentFormula>wir_mes_idmfi</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Pořadové číslo kabelu</LANGUAGE>
					<LANGUAGE xml:lang="de">Nummer der Kabelader</LANGUAGE>
					<LANGUAGE xml:lang="en">cable wire No</LANGUAGE>
					<LANGUAGE xml:lang="es">Número del cable de manguera</LANGUAGE>
					<LANGUAGE xml:lang="fr">Numéro du brin de câble</LANGUAGE>
					<LANGUAGE xml:lang="it">Numero anime cavo</LANGUAGE>
					<LANGUAGE xml:lang="ja">ケーブル ワイヤ番号</LANGUAGE>
					<LANGUAGE xml:lang="ko">케이블 와이어 번호</LANGUAGE>
					<LANGUAGE xml:lang="pl">Nr wiązki kabli</LANGUAGE>
					<LANGUAGE xml:lang="pt">Número de via de cabo</LANGUAGE>
					<LANGUAGE xml:lang="ru">количество кабельных жил</LANGUAGE>
					<LANGUAGE xml:lang="tr">kablo teli No</LANGUAGE>
					<LANGUAGE xml:lang="zh">电缆电线编号</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">電纜號</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>5</columnIndex>
				<ContentFormula>wir_caw_no</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Značka počáteční součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">Kennzeichen des Ursprungsbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">Mark of component From</LANGUAGE>
					<LANGUAGE xml:lang="es">Numeración del origen</LANGUAGE>
					<LANGUAGE xml:lang="fr">Repère du composant tenant</LANGUAGE>
					<LANGUAGE xml:lang="it">Contrassegno componente Origine</LANGUAGE>
					<LANGUAGE xml:lang="ja">コンポーネント マーク (始点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">원본 부품 표시</LANGUAGE>
					<LANGUAGE xml:lang="pl">Znacznik komponentu od</LANGUAGE>
					<LANGUAGE xml:lang="pt">Referência de origem</LANGUAGE>
					<LANGUAGE xml:lang="ru">указатель источника</LANGUAGE>
					<LANGUAGE xml:lang="tr">Bileşen işareti Başlangıç</LANGUAGE>
					<LANGUAGE xml:lang="zh">部件标注（来）</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">從</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>6</columnIndex>
				<ContentFormula>comTagFrom</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Typ počáteční součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">Typ des Ursprungsbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">Type of component from</LANGUAGE>
					<LANGUAGE xml:lang="es">Tipo del componente de origen</LANGUAGE>
					<LANGUAGE xml:lang="fr">type du composant tenant</LANGUAGE>
					<LANGUAGE xml:lang="it">Tipo di componente di origine</LANGUAGE>
					<LANGUAGE xml:lang="ja">コンポーネントのタイプ (始点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">부품 유형(기점)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Typ komponentu od</LANGUAGE>
					<LANGUAGE xml:lang="pt">Tipo de componente de origem</LANGUAGE>
					<LANGUAGE xml:lang="ru">Тип происхождения компонента</LANGUAGE>
					<LANGUAGE xml:lang="tr">Bileşen tipi Başlangıç</LANGUAGE>
					<LANGUAGE xml:lang="zh">设备源类型</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">設備類型來源：</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>7</columnIndex>
				<ContentFormula>comTypeFrom</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Jazýček svorka/součást</LANGUAGE>
					<LANGUAGE xml:lang="de">Kennzeichen der Klemme des Ursprungsbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">component From Terminal tag</LANGUAGE>
					<LANGUAGE xml:lang="es">Numeración de la borna del componente de origen</LANGUAGE>
					<LANGUAGE xml:lang="fr">repère de la borne du composant teant</LANGUAGE>
					<LANGUAGE xml:lang="it">Contrassegno del morsetto del componente di origine</LANGUAGE>
					<LANGUAGE xml:lang="ja">コンポーネント (始点) 端子タグ</LANGUAGE>
					<LANGUAGE xml:lang="ko">단자 태그 원본 부품</LANGUAGE>
					<LANGUAGE xml:lang="pl">Metka zacisku komponentu od</LANGUAGE>
					<LANGUAGE xml:lang="pt">Referência do borne do componente origem</LANGUAGE>
					<LANGUAGE xml:lang="ru">указатель клеммы исходной составляющей</LANGUAGE>
					<LANGUAGE xml:lang="tr">Klemensten Gelen Bileşen Etiketi</LANGUAGE>
					<LANGUAGE xml:lang="zh">端子到部件标签</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">從設備端子</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>8</columnIndex>
				<ContentFormula>cteTextFrom</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Značka koncové součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">Kennzeichen des Zielbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">Mark of component To</LANGUAGE>
					<LANGUAGE xml:lang="es">Numeración del componente de destino</LANGUAGE>
					<LANGUAGE xml:lang="fr">Repère du composant aboutissant</LANGUAGE>
					<LANGUAGE xml:lang="it">Contrassegno del componente di destinazione</LANGUAGE>
					<LANGUAGE xml:lang="ja">コンポーネント マーク (終点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">부품 표시(대상)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Znacznik komponentu do</LANGUAGE>
					<LANGUAGE xml:lang="pt">Referência do componente de destino</LANGUAGE>
					<LANGUAGE xml:lang="ru">Указатель составляющей цели</LANGUAGE>
					<LANGUAGE xml:lang="tr">Giden bileşen işareti</LANGUAGE>
					<LANGUAGE xml:lang="zh">部件标注（去）</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">到設備</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>9</columnIndex>
				<ContentFormula>comTagTo</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Typ koncové součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">Typ des Zielbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">Type of component To</LANGUAGE>
					<LANGUAGE xml:lang="es">Tipo del componente de destino</LANGUAGE>
					<LANGUAGE xml:lang="fr">Type du composant aboutissant</LANGUAGE>
					<LANGUAGE xml:lang="it">Tipo di componente di destinazione</LANGUAGE>
					<LANGUAGE xml:lang="ja">コンポーネント (終点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">부품 유형(대상)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Typ komponentu do</LANGUAGE>
					<LANGUAGE xml:lang="pt">Tipo do componente de destino</LANGUAGE>
					<LANGUAGE xml:lang="ru">Тип назначения компонента</LANGUAGE>
					<LANGUAGE xml:lang="tr">Bileşen tipi Bitiş</LANGUAGE>
					<LANGUAGE xml:lang="zh">设备目标类型</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">設備類型目標：</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>10</columnIndex>
				<ContentFormula>comTypeTo</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Jazýček součást/svorka</LANGUAGE>
					<LANGUAGE xml:lang="de">Kennzeichen der Klemme des Zielbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">Component To Terminal Tag</LANGUAGE>
					<LANGUAGE xml:lang="es">Numeración de la borna del componente de destino</LANGUAGE>
					<LANGUAGE xml:lang="fr">Repère de la borne du composant aboutissant</LANGUAGE>
					<LANGUAGE xml:lang="it">Contrassegno del morsetto del componente di destinazione</LANGUAGE>
					<LANGUAGE xml:lang="ja">コンポーネント端子タグ (終点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">단자 태그 대상 부품</LANGUAGE>
					<LANGUAGE xml:lang="pl">Metka zacisku komponentu do</LANGUAGE>
					<LANGUAGE xml:lang="pt">Referência do borne do componente de destino</LANGUAGE>
					<LANGUAGE xml:lang="ru">Указатель клеммы финальной составляющей</LANGUAGE>
					<LANGUAGE xml:lang="tr">Klemense Giden Bileşen Etiketi</LANGUAGE>
					<LANGUAGE xml:lang="zh">部件到端子标签</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">到設備端子</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>11</columnIndex>
				<ContentFormula>cteTextTo</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Značka Od rodičovské součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">Kennzeichen des Ursprungs-Hauptbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">Parent component mark From</LANGUAGE>
					<LANGUAGE xml:lang="es">Numeración del componente maestro de origen</LANGUAGE>
					<LANGUAGE xml:lang="fr">Repère du composant parent Tenant</LANGUAGE>
					<LANGUAGE xml:lang="it">Contrassegno del componente principale (di origine)</LANGUAGE>
					<LANGUAGE xml:lang="ja">親コンポーネント マーク (始点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">상위 부품 표시(기점)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Metka komponentu rodzica od</LANGUAGE>
					<LANGUAGE xml:lang="pt">Referência do componente pai de origem</LANGUAGE>
					<LANGUAGE xml:lang="ru">Указатель родительского компонента (источник)</LANGUAGE>
					<LANGUAGE xml:lang="tr">Üst öğe bileşen işareti Başlangıç</LANGUAGE>
					<LANGUAGE xml:lang="zh">父部件标注（来）</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">從(父)設備</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>12</columnIndex>
				<ContentFormula>comTagParentFrom</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Značka rodičovské koncové součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">Kennzeichen des Haupt-Zielbauteils</LANGUAGE>
					<LANGUAGE xml:lang="en">Mark of parent component To</LANGUAGE>
					<LANGUAGE xml:lang="es">Numeración del componente maestro de destino</LANGUAGE>
					<LANGUAGE xml:lang="fr">Repère du composant parent aboutissant</LANGUAGE>
					<LANGUAGE xml:lang="it">Contrassegno componente principale (di destinazione)</LANGUAGE>
					<LANGUAGE xml:lang="ja">親コンポーネント マーク (終点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">상위 부품 표시(대상)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Metka komponentu rodzica do</LANGUAGE>
					<LANGUAGE xml:lang="pt">Referência do componente pai de destino</LANGUAGE>
					<LANGUAGE xml:lang="ru">Указатель родительского компонента цели</LANGUAGE>
					<LANGUAGE xml:lang="tr">Üst öğe bileşen işareti Bitiş</LANGUAGE>
					<LANGUAGE xml:lang="zh">父部件标注（去）</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">到(父)設備</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>13</columnIndex>
				<ContentFormula>comTagParentTo</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Deska (od)</LANGUAGE>
					<LANGUAGE xml:lang="de">Stufe (ursprungsseitig)</LANGUAGE>
					<LANGUAGE xml:lang="en">Deck (From)</LANGUAGE>
					<LANGUAGE xml:lang="es">Nivel (origen)</LANGUAGE>
					<LANGUAGE xml:lang="fr">Etage (Tenant)</LANGUAGE>
					<LANGUAGE xml:lang="it">Fase (origine)</LANGUAGE>
					<LANGUAGE xml:lang="ja">デッキ (始点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">데크(기점)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Zacisk (od)</LANGUAGE>
					<LANGUAGE xml:lang="pt">Etapa (lado origem)</LANGUAGE>
					<LANGUAGE xml:lang="ru">Панель (источник)</LANGUAGE>
					<LANGUAGE xml:lang="tr">Döşeme (Kaynak)</LANGUAGE>
					<LANGUAGE xml:lang="zh">层（自）</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">層(從)</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>14</columnIndex>
				<ContentFormula>DeckTo</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Deska (koncová)</LANGUAGE>
					<LANGUAGE xml:lang="de">Klemmenstock (Kabeleingang)</LANGUAGE>
					<LANGUAGE xml:lang="en">Deck (Destination)</LANGUAGE>
					<LANGUAGE xml:lang="es">Nivel (Destino)</LANGUAGE>
					<LANGUAGE xml:lang="fr">Etage (Aboutissant)</LANGUAGE>
					<LANGUAGE xml:lang="it">Fase (destinazione)</LANGUAGE>
					<LANGUAGE xml:lang="ja">デッキ (終点)</LANGUAGE>
					<LANGUAGE xml:lang="ko">데크(연결점)</LANGUAGE>
					<LANGUAGE xml:lang="pl">Zacisk (przeznaczenie)</LANGUAGE>
					<LANGUAGE xml:lang="pt">Nível (Destino)</LANGUAGE>
					<LANGUAGE xml:lang="ru">Панель (место назначения)</LANGUAGE>
					<LANGUAGE xml:lang="tr">Döşeme (Bitiş)</LANGUAGE>
					<LANGUAGE xml:lang="zh">层（目标）</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">層(從)</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>15</columnIndex>
				<ContentFormula>DeckFrom</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>20.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">Cesta</LANGUAGE>
					<LANGUAGE xml:lang="de">Verlauf</LANGUAGE>
					<LANGUAGE xml:lang="en">Path</LANGUAGE>
					<LANGUAGE xml:lang="es">Dirección</LANGUAGE>
					<LANGUAGE xml:lang="fr">Cheminement</LANGUAGE>
					<LANGUAGE xml:lang="it">Percorso</LANGUAGE>
					<LANGUAGE xml:lang="ja">パス</LANGUAGE>
					<LANGUAGE xml:lang="ko">경로</LANGUAGE>
					<LANGUAGE xml:lang="pl">Ścieżka</LANGUAGE>
					<LANGUAGE xml:lang="pt">Direção</LANGUAGE>
					<LANGUAGE xml:lang="ru">Путь</LANGUAGE>
					<LANGUAGE xml:lang="tr">Yol</LANGUAGE>
					<LANGUAGE xml:lang="zh">路径</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">路徑</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>16</columnIndex>
				<ContentFormula>wir_ductpath</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>40.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>1</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">úplná značka původní součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">Ganzes Ursprungsbauteilkennzeichen</LANGUAGE>
					<LANGUAGE xml:lang="en">full origin component tag</LANGUAGE>
					<LANGUAGE xml:lang="es">etiqueta de componente de origen completa</LANGUAGE>
					<LANGUAGE xml:lang="fr">repérage de composant d'origine complet</LANGUAGE>
					<LANGUAGE xml:lang="it">contrassegno componente di origine completo</LANGUAGE>
					<LANGUAGE xml:lang="ja">全始点コンポーネント タグ</LANGUAGE>
					<LANGUAGE xml:lang="ko">전체 원본 부품 태그</LANGUAGE>
					<LANGUAGE xml:lang="pl">metka pełnego komponentu źródła</LANGUAGE>
					<LANGUAGE xml:lang="pt">marca do componente de origem completa</LANGUAGE>
					<LANGUAGE xml:lang="ru">полная метка компонента - источника</LANGUAGE>
					<LANGUAGE xml:lang="tr">tam başlangıç bileşen etiketi</LANGUAGE>
					<LANGUAGE xml:lang="zh">完整源设备标注</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">完整起點設備標注</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>17</columnIndex>
				<ContentFormula>comtagpathFrom</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>100.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<Title>
					<LANGUAGE xml:lang="cs">úplná značka cílové součásti</LANGUAGE>
					<LANGUAGE xml:lang="de">Ganzes Zielbauteilkennzeichen</LANGUAGE>
					<LANGUAGE xml:lang="en">full destination component tag</LANGUAGE>
					<LANGUAGE xml:lang="es">etiqueta de componente de destino completa</LANGUAGE>
					<LANGUAGE xml:lang="fr">repérage de composant de destination complet</LANGUAGE>
					<LANGUAGE xml:lang="it">contrassegno componente di destinazione completo</LANGUAGE>
					<LANGUAGE xml:lang="ja">全終点コンポーネント タグ</LANGUAGE>
					<LANGUAGE xml:lang="ko">전체 대상 부품 태그</LANGUAGE>
					<LANGUAGE xml:lang="pl">metka pełnego komponentu celu</LANGUAGE>
					<LANGUAGE xml:lang="pt">marca do componente de destino completa</LANGUAGE>
					<LANGUAGE xml:lang="ru">полная метка компонента назначения</LANGUAGE>
					<LANGUAGE xml:lang="tr">tam bitiş bileşen eki</LANGUAGE>
					<LANGUAGE xml:lang="zh">完整目标设备标注</LANGUAGE>
					<LANGUAGE xml:lang="zh-tw">完整終點設備標注</LANGUAGE>
				</Title>
				<BreakColumn>0</BreakColumn>
				<columnIndex>18</columnIndex>
				<ContentFormula>comtagpathTo</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter/>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>0</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>100.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
			<COLUMN>
				<BreakColumn>1</BreakColumn>
				<columnIndex>20</columnIndex>
				<ContentFormula>""</ContentFormula>
				<GotoId/>
				<GotoType>-1</GotoType>
				<EnumerationDelimiter>,</EnumerationDelimiter>
				<HasTotal>0</HasTotal>
				<IsMultiline>0</IsMultiline>
				<IsNumerical>0</IsNumerical>
				<EnumerationType>2</EnumerationType>
				<IsVertSeparationVisible>0</IsVertSeparationVisible>
				<Width>400.000000</Width>
				<HorzTitleAlignment>1</HorzTitleAlignment>
				<HorzContentAlignment>1</HorzContentAlignment>
				<IsVisible>0</IsVisible>
				<NumericalColumnInDatabase>0</NumericalColumnInDatabase>
				<UserDataDescriptionNo>-1</UserDataDescriptionNo>
				<IsTranslatedUserData>0</IsTranslatedUserData>
				<UserDataFormulaFile/>
			</COLUMN>
		</COLUMNS>
		<DefaultCodeLg>
		</DefaultCodeLg>
		<DefaultGoto/>
		<HorizontalCellMargin>-1</HorizontalCellMargin>
		<VerticalCellMargin>0</VerticalCellMargin>
	</LAYOUT>
	<VARIABLES/>
	<FONT>
		<HeadingFont>
			<TxtHeight>2.000000</TxtHeight>
			<TxtFontName>Arial</TxtFontName>
			<TxtSize>10</TxtSize>
			<IsTxtBold>0</IsTxtBold>
			<IsTxtItalic>0</IsTxtItalic>
			<IsTxtUnderline>0</IsTxtUnderline>
			<DwgHeight>2.000000</DwgHeight>
			<DwgFontName>Arial</DwgFontName>
			<DwgColor>150</DwgColor>
			<DwgFontHeight>5.000000</DwgFontHeight>
			<RowStyle>0</RowStyle>
			<RowHeight>6.000000</RowHeight>
		</HeadingFont>
		<TitleFont>
			<TxtHeight>2.000000</TxtHeight>
			<TxtFontName>Arial</TxtFontName>
			<TxtSize>10</TxtSize>
			<IsTxtBold>1</IsTxtBold>
			<IsTxtItalic>0</IsTxtItalic>
			<IsTxtUnderline>0</IsTxtUnderline>
			<DwgHeight>2.000000</DwgHeight>
			<DwgFontName>Arial</DwgFontName>
			<DwgColor>150</DwgColor>
			<DwgFontHeight>5.000000</DwgFontHeight>
		</TitleFont>
		<ContentFont>
			<TxtHeight>2.000000</TxtHeight>
			<TxtFontName>Arial</TxtFontName>
			<TxtSize>10</TxtSize>
			<IsTxtBold>0</IsTxtBold>
			<IsTxtItalic>0</IsTxtItalic>
			<IsTxtUnderline>0</IsTxtUnderline>
			<DwgHeight>2.000000</DwgHeight>
			<DwgFontName>Arial</DwgFontName>
			<DwgColor>7</DwgColor>
			<DwgFontHeight>5.000000</DwgFontHeight>
			<RowStyle>0</RowStyle>
			<RowHeight>6.000000</RowHeight>
		</ContentFont>
		<TotalFont>
			<TxtHeight>2.000000</TxtHeight>
			<TxtFontName>Arial</TxtFontName>
			<TxtSize>10</TxtSize>
			<IsTxtBold>1</IsTxtBold>
			<IsTxtItalic>0</IsTxtItalic>
			<IsTxtUnderline>0</IsTxtUnderline>
			<DwgHeight>2.000000</DwgHeight>
			<DwgFontName>Arial</DwgFontName>
			<DwgColor>1</DwgColor>
			<DwgFontHeight>5.000000</DwgFontHeight>
			<RowStyle>0</RowStyle>
			<RowHeight>6.000000</RowHeight>
		</TotalFont>
	</FONT>
	<OPTIONS>
		<IsTxtOneArrayPerPage>1</IsTxtOneArrayPerPage>
		<DwgBOMHeight>245.000000</DwgBOMHeight>
		<DwgBOMWidth>400.000000</DwgBOMWidth>
		<IsReverseOrder>0</IsReverseOrder>
		<XDwgBOMOrigine>15.000000</XDwgBOMOrigine>
		<YDwgBOMOrigine>40.000000</YDwgBOMOrigine>
		<DwgHorzOffset>10.000000</DwgHorzOffset>
		<DwgVertOffset>10.000000</DwgVertOffset>
		<IsDwgOneArrayPerPage>0</IsDwgOneArrayPerPage>
		<IsDwgFollowingOnSameSheet>0</IsDwgFollowingOnSameSheet>
		<IsDwgOneArrayPerColumn>0</IsDwgOneArrayPerColumn>
		<TITLEBLOCK_NAME/>
		<OneArrayPerBundle>0</OneArrayPerBundle>
		<TakeIntoGeneratedFile>0</TakeIntoGeneratedFile>
		<MargeBetweenLabelAndTable>2.000000</MargeBetweenLabelAndTable>
		<UsePipeCharacter>1</UsePipeCharacter>
		<BreakTextIntoGeneratedFile>0</BreakTextIntoGeneratedFile>
	</OPTIONS>
	<FILTERS/>
</SECTIONS>
