Translations units (TUs) containing "
StructureContext" attribute names will not be present in SDLTM formats despite SDL TMS applies such TUs to bilingual files.
Here is an example:
<header creationtool="SDLX Managed Framework" creationtoolversion="12.0.26689.0" segtype="sentence" o-tmf="sdlxTM" />
<body>
<tu tuid="0" srclang="en-US">
<tuv xml:lang="en-US">
<seg>Test</seg>
</tuv>
<tuv xml:lang="ru-RU" creationdate="20190227T141419Z" creationid="xyz" usagecount="0">
<prop type="x-ALS:Context">TEXT</prop>
<prop type="x-ALS:Source File">TMXImport</prop>
<prop type="x-ALS:StructureContext">x-tm-listitem</prop>
<seg>Test</seg>
</tuv>
</tu>
</body>
</tmx>