|
790 | 790 | <children> |
791 | 791 | <element name="required" repeated="true" namespace="plugin"> |
792 | 792 | <attributes> |
793 | | - <attribute name="plugin" type="identifier" required="true"/> |
| 793 | + <attribute name="plugin" type="string" required="true"/> |
794 | 794 | </attributes> |
795 | 795 | <children> |
796 | | - <element name="instance" repeated="true" namespace="plugin_instance"> |
| 796 | + <element name="instance" repeated="true" namespace="plugin"> |
797 | 797 | <attributes> |
798 | 798 | <attribute name="name" type="identifier" required="true"/> |
799 | 799 | </attributes> |
|
1762 | 1762 | <attributes> |
1763 | 1763 | <attribute name="name" type="identifier"/> |
1764 | 1764 | <attribute name="class" type="reference" reference_namespace="default"/> |
1765 | | - <attribute name="plugin" type="reference" reference_namespace="plugin"/> |
1766 | | - <attribute name="instance" type="reference" reference_namespace="plugin_instance"/> |
| 1765 | + <attribute name="plugin" type="string" reference_namespace="plugin"/> |
| 1766 | + <attribute name="instance" type="reference" reference_namespace="plugin"/> |
1767 | 1767 | <attribute name="group" type="int"/> |
1768 | 1768 | <attribute name="ctrllimited" type="keyword" valid_values="false true auto"/> |
1769 | 1769 | <attribute name="forcelimited" type="keyword" valid_values="false true auto"/> |
|
2148 | 2148 | <attributes> |
2149 | 2149 | <attribute name="name" type="identifier"/> |
2150 | 2150 | <attribute name="plugin" type="reference" reference_namespace="plugin"/> |
2151 | | - <attribute name="instance" type="reference" reference_namespace="plugin_instance"/> |
| 2151 | + <attribute name="instance" type="reference" reference_namespace="plugin"/> |
2152 | 2152 | <attribute name="cutoff" type="float"/> |
2153 | | - <attribute name="objtype" type="keyword" required="true" valid_values="body joint geom site camera light mesh skin hfield texture material equality tendon actuator sensor numeric text tuple contact keyframe"/> |
2154 | | - <attribute name="objname" type="reference" required="true" reference_namespace="attrib:objtype"/> |
| 2153 | + <attribute name="objtype" type="keyword" valid_values="body joint geom site camera light mesh skin hfield texture material equality tendon actuator sensor numeric text tuple contact keyframe"/> |
| 2154 | + <attribute name="objname" type="reference" reference_namespace="attrib:objtype"/> |
2155 | 2155 | <attribute name="user" type="array" array_type="float"/> |
2156 | 2156 | </attributes> |
2157 | 2157 | <children> |
|
0 commit comments