• Error in example file www.web3d.org UnitBacteria.x3dv

    From J. Scheurich@21:1/5 to All on Tue May 17 20:02:03 2016
    It looks like some of the X3DV file examples on www.web3d.org is wrong:

    http://www.web3d.org/x3d/content/examples/Basic/Units/UnitBacteria.x3dv
    #X3D V3.3 utf8
    ...
    PROFILE Interchange
    ...
    unit {
    category length
    conversionFactor 0.000001
    name micro
    }
    ...

    But unit is definded in the x3dv grammar as


    http://www.web3d.org/documents/specifications/19776-2/V3.3/Part02/grammar.html#General

    x3dScene ::=
    headerStatement
    profileStatement
    componentStatements
    unitStatements
    metaStatements
    statements ;
    ...
    unitStatements ::=
    unitStatement |
    unitStatement unitStatements |
    empty ;
    unitStatement ::=
    UNIT categoryNameId unitNameId unitConversionFactor ;

    Is this a error in the http://www.web3d.org xml to x3dv translator ?

    so long
    MUFTI

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)