type | restriction of MFString | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="forceOutputValues"> <xs:annotation> <xs:appinfo>forceOutputValues are supported enumeration values for X3DRigidJointNode type forceOutput field. This list is unbounded, additional enumeration values are allowed.</xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/rigidBodyPhysics.html#X3DRigidJointNode"/> </xs:annotation> <xs:restriction base="MFString"> <xs:enumeration value='"ALL"'> <xs:annotation> <xs:appinfo>all forceOutput fields computed</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"NONE"'> <xs:annotation> <xs:appinfo>no forceOutput fields computed</xs:appinfo> </xs:annotation> </xs:enumeration> <!-- note that MFString enumeration values must each be quoted --> </xs:restriction> </xs:simpleType> |