Difference between revisions of "Box"
From Web3D.org
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
*[[Node Reference]] | *[[Node Reference]] | ||
==Box== | ==Box== | ||
| + | |||
| + | Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geometry3D.html#Box Box] | ||
| + | |||
<pre> | <pre> | ||
Box : X3DGeometryNode { | Box : X3DGeometryNode { | ||
| Line 9: | Line 12: | ||
</pre> | </pre> | ||
| − | + | ==DTD Validation== | |
| − | + | ||
| − | + | ===Children=== | |
| − | + | ||
| − | + | Children must appear as follows: | |
| − | + | ||
| − | + | # A single, optional IS. | |
| − | + | # A single, optional node derived from ''X3DMetadataObject'' for the ''metadata'' field. | |
| − | + | ||
| + | ===Attributes=== | ||
| + | |||
| + | * There are no limits on the acceptable range of values for the ''size'' field. | ||
| + | |||
| + | ==Schema Validation== | ||
| + | |||
| + | ===Children=== | ||
| + | |||
| + | Children must appear as follows: | ||
| + | |||
| + | # A single, optional IS. | ||
| + | # A single, optional node derived from ''X3DMetadataObject'' for the ''metadata'' field. | ||
| − | + | ===Attributes=== | |
| − | + | ||
| + | * There are no limits on the acceptable range of values for the ''size'' field. | ||
| − | + | ==Schematron validation== | |
| + | TBD | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
*[[Node Reference]] | *[[Node Reference]] | ||
Latest revision as of 06:22, 29 April 2015
Contents
Box
Specification Link: Box
Box : X3DGeometryNode {
SFNode [in,out] metadata NULL [X3DMetadataObject]
SFVec3f [] size 2 2 2 (0,∞)
SFBool [] solid TRUE
}
DTD Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
Attributes
- There are no limits on the acceptable range of values for the size field.
Schema Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
Attributes
- There are no limits on the acceptable range of values for the size field.
Schematron validation
TBD