type | restriction of SFVec3f | |||||||||
properties |
|
|||||||||
used by | ||||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="boundingBoxSizeType"> <xs:annotation> <xs:appinfo> <xs:attribute name="defaultValue" type="boundingBoxSizeType" default="-1 -1 -1"/> boundingBoxSizeType dimensions are non-negative values, default value (-1 -1 -1) indicates that no bounding box size has been computed. </xs:appinfo> <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/group.html#Boundingboxes"/> </xs:annotation> <xs:restriction base="SFVec3f"> <xs:whiteSpace value="collapse"/> <xs:pattern value="(((\+)?([1-9][0-9]*(\.[0-9]*)?|(0?\.[0-9]*[1-9][0-9]*))([Ee][+-]?[0-9]+)? (\+)?([1-9][0-9]*(\.[0-9]*)?|(0?\.[0-9]*[1-9][0-9]*))([Ee][+-]?[0-9]+)? (\+)?([1-9][0-9]*(\.[0-9]*)?|(0?\.[0-9]*[1-9][0-9]*))([Ee][+-]?[0-9]+)?)|(\-1(\.(0)*)? \-1(\.(0)*)? \-1(\.(0)*)?))?"/> </xs:restriction> </xs:simpleType> |