<xs:simpleType name="forceOutputValues"> <xs:annotation> <xs:appinfo>forceOutputValues are allowed enumeration values for X3DRigidJointNode type forceOutput attribute. Uunbounded, additional values are possible.</xs:appinfo> <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/rigid_physics.html#X3DRigidJointNode"/> </xs:annotation> <xs:restriction base="MFString"> <xs:enumeration value=""ALL""/> <xs:enumeration value=""NONE""/> <!-- note that MFString enumeration values must each be quoted --> </xs:restriction> </xs:simpleType> |