{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.0",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.0.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"ProtoMFNodeSensorExample.x3d"
          },
          {
            "@name":"creator",
            "@content":"Rick Goldberg, Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"25 February 2000"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"description",
            "@content":"Nonrendering test scene for sensor relationships inside a prototype declaration to verify multiple MFNode relationships."
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Basic/development/ProtoMFNodeSensorExample.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"20 April 2026"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, https://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"reference",
            "@content":"X3D JSON encoding: https://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "Scene": {
        "-children":[
          { "WorldInfo":
            {
              "@title":"ProtoMFNodeSensorExample.x3d"
            }
          },
          { "ProtoDeclare":
            {
              "@name":"MyProto",
              "ProtoInterface": {
                  "field": [
                    {
                      "@name":"a_Field",
                      "@accessType":"inputOutput",
                      "@type":"MFNode",
                      "-children":[
                        { "Group":
                          {
                            "-children":[
                              { "Shape":
                                {
                                  "-geometry":
                                    { "Text":
                                      {
                                        "@string":["Encoding examples of","multifield node relationships","inside a ProtoDeclare"],
                                        "-fontStyle":
                                          { "FontStyle":
                                            {
                                              "@justify":["MIDDLE","MIDDLE"]
                                            }
                                          }
                                      }
                                    }
                                }
                              }
                            ]
                          }
                        }
                      ]
                    },
                    {
                      "@name":"b_Field",
                      "@accessType":"inputOutput",
                      "@type":"MFNode",
                      "-children":[
                        { "SphereSensor":
                          {
                            "@description":"example"
                          }
                        }
                      ]
                    }
                  ]
              },
              "ProtoBody": {
                  "-children":[
                    { "Transform":
                      {
                        "@DEF":"TransformC",
                        "IS": {
                            "connect": [
                              {
                                "@nodeField":"children",
                                "@protoField":"a_Field"
                              }
                            ]
                        },
                        "-children":[
                          { "Group":
                            {
                              "@DEF":"GroupD"
                            }
                          }
                        ]
                      }
                    },
                    { "Group":
                      {
                        "@DEF":"GroupE",
                        "IS": {
                            "connect": [
                              {
                                "@nodeField":"children",
                                "@protoField":"b_Field"
                              }
                            ]
                        },
                        "-children":[
                          { "SphereSensor":
                            {
                              "@DEF":"SphereSensorD",
                              "@description":"example"
                            }
                          }
                        ]
                      }
                    }
                  ]
              }
            }
          },
          { "ProtoInstance":
            {
              "@name":"MyProto"
            }
          }
        ]
    }
  }
}