{ "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":"ExclusionZoneExample.x3d"
          },
          {
            "@name":"description",
            "@content":"ExclusionZoneExample shows example use of the ExclusionZone prototype."
          },
          {
            "@name":"creator",
            "@content":"Alan Hudson"
          },
          {
            "@name":"created",
            "@content":"11 September 2006"
          },
          {
            "@name":"modified",
            "@content":"28 November 2019"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/ExclusionZoneExample.x3d"
          },
          {
            "@name":"generator",
            "@content":"TextPad"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"26 March 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":"ExclusionZoneExample.x3d"
            }
          },
          { "ExternProtoDeclare":
            {
              "@name":"ExclusionZones",
              "@url":["ExclusionZonePrototype.wrl#ExclusionZones","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/ExclusionZonePrototype.wrl#ExclusionZones","ExclusionZonePrototype.x3d#ExclusionZones","https://www.web3d.org/x3d/content/examples/Savage/Tools/Symbology/ExclusionZonePrototype.x3d#ExclusionZones"],
              "field": [
                {
                  "@name":"translation",
                  "@accessType":"inputOutput",
                  "@appinfo":"Usually to raise ranges off the surface",
                  "@type":"SFVec3f"
                },
                {
                  "@name":"OutterRange",
                  "@accessType":"inputOutput",
                  "@appinfo":"Length in Meters for the radius of the range",
                  "@type":"SFVec3f"
                },
                {
                  "@name":"MiddleRange",
                  "@accessType":"inputOutput",
                  "@appinfo":"Length in Meters for the radius of the range",
                  "@type":"SFVec3f"
                },
                {
                  "@name":"InnerRange",
                  "@accessType":"inputOutput",
                  "@appinfo":"Length in Meters for the radius of the range",
                  "@type":"SFVec3f"
                },
                {
                  "@name":"whichChoice",
                  "@accessType":"inputOutput",
                  "@appinfo":"Turns zones on and off",
                  "@type":"SFInt32"
                }
              ]
            }
          },
          { "ProtoInstance":
            {
              "@name":"ExclusionZones",
              "fieldValue": [
                {
                  "@name":"OutterRange",
                  "@value":[9,9,9]
                },
                {
                  "@name":"MiddleRange",
                  "@value":[4,4,4]
                },
                {
                  "@name":"InnerRange",
                  "@value":[2,2,2]
                },
                {
                  "@name":"whichChoice",
                  "@value":0
                }
              ]
            }
          }
        ]
    }
  }
}