<div dir="ltr">To make it agree with the standard Motion interface.<div><br></div><div>Thanks,</div><div><br></div><div>John</div><div><br></div><div>Index: x3d-4.0.xsd<br>===================================================================<br>--- x3d-4.0.xsd (revision 30305)<br>+++ x3d-4.0.xsd (working copy)<br>@@ -17061,7 +17061,7 @@<br>                <xs:complexType><br>                        <xs:complexContent><br>                                <xs:extension base="X3DChildNode"><br>-                                       <xs:attribute name="channels" type="MFString"/><br>+                                       <xs:attribute name="channels" type="SFString"/><br>                                        <xs:attribute name="channelsEnabled" type="MFBool"/><br>                                        <xs:attribute name="description" type="SFString"/><br>                                        <xs:attribute name="enabled" type="SFBool" default="false"/><br>@@ -17094,7 +17094,7 @@<br>                                                        </xs:restriction><br>                                                </xs:simpleType><br>                                        </xs:attribute><br>-                                       <xs:attribute name="joints" type="MFString"/><br>+                                       <xs:attribute name="joints" type="SFString"/><br>                                        <xs:attribute name="loa" type="loaType" default="-1"/><br>                                        <xs:attribute name="loop" type="SFBool" default="false"/><br>                                        <xs:attribute name="values" type="MFFloat"/><br><br></div></div>