Metadata Manager
- Metadata Manager 10.5
- All Products
<loadTemplate name="AS400_1" targetModel="AS400" templateSpecVersion="1.0"> <class ruleName="AS400TableRule" name="AS400Table" condition="TYPE='TABLE'"> <id>PARENT+'~'+ELEMENT</id> <properties> <property name="Name">ELEMENT</property> <property name="LongName">TRIM(LONG_NAME,0,256)</property> </properties> <associations> <parent>PARENT</parent> </associations> <lineageAssociations> <lineageAssociation direction="to"> <linkExpression>LINK_EXPRESSION</linkExpression> <targetElement>TABLE</targetElement> </lineageAssociation> </lineageAssociations> </class> <property ruleName="AS400ElementPropertyRule" element="ELEMENT"> <name>NAME</name> <value>VALUE</value> </property> <association ruleName="AS400ParentRule" name="ParentAssociation"> <from>FROM_ELEMENT</from> <to>TO_ELEMENT</to> </association> <lineageAssociation ruleName="AS400ViewLinkRule"> <linkExpression>LINK_EXPRESSION</linkExpression> <from>FROM_ELEMENT</from> <to>TO_ELEMENT</to> </lineageAssociation> </loadTemplate>