type | restriction of SFInt32 | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="loaType"> <xs:annotation> <xs:appinfo> Level Of Articulation 0..4 indicates complexity and detail of joints for given humanoid skeletal hierarchy. Note that value of -1 indicates that no LOA conformance is provided. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19774/V2.0/Architecture/concepts.html#LevelsOfArticulation"/> </xs:annotation> <xs:restriction base="SFInt32"> <xs:minInclusive value="-1"/> <xs:maxInclusive value="4"/> </xs:restriction> </xs:simpleType> |