    <UserAttribute nodeId="-----X-----">
      <Attribute name="animInputKey" type="string" value="FMC_TRIGGER_BUTTON"/>
      <Attribute name="animTextNameNeg" type="string" value="CLOSE"/>
      <Attribute name="animTextNamePos" type="string" value="OPEN"/>
	  
      <Attribute name="animClip" type="string" value="clipName"/>
      <Attribute name="animNode" type="string" value="nameOfAnimationNodeInGaintsEditor"/>
      <Attribute name="animSoundPath" type="string" value="nameOfMapFolder/sounds/nameOfSoundFile"/>
      <Attribute name="animSoundVolume" type="float" value="1"/>
      <Attribute name="animSoundRadius" type="float" value="50"/>
      <Attribute name="animSoundInnerRadius" type="float" value="10"/>
      <Attribute name="animSpeed" type="float" value="10"/>

      <Attribute name="langPlayOnLeave" type="boolean" value="false"/>
      <Attribute name="langSoundPath" type="string" value="nameOfMapFolder/sounds/{lang}/nameOfSoundFile"/>
      <Attribute name="langSoundVolume" type="float" value="1"/>
      <Attribute name="langSwitch" type="boolean" value="true"/>

      <Attribute name="name" type="string" value="randomName"/>
      <Attribute name="onCreate" type="scriptCallback" value="FMCMapTrigger.onCreate"/>
    </UserAttribute>