Difference between revisions of "BooleanToggle"
From Web3D.org
Abergstrom (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
*[[Node Reference]] | *[[Node Reference]] | ||
==BooleanToggle== | ==BooleanToggle== | ||
| + | |||
| + | Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/utils.html#BooleanToggle BooleanToggle] | ||
| + | |||
<pre> | <pre> | ||
BooleanToggle : X3DChildNode { | BooleanToggle : X3DChildNode { | ||
| Line 8: | Line 11: | ||
} | } | ||
</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=== | ||
| + | |||
| + | None of the fields require any additional value validation. | ||
| + | |||
| + | ==Schema Validation== | ||
| + | |||
| + | ===Children=== | ||
| + | |||
| + | Children must appear as follows: | ||
| + | |||
| + | # A single, optional IS. | ||
| + | # A single, optional node derived from ''X3DMetadataObject'' for the ''metadata'' field. | ||
| + | |||
| + | ===Attributes=== | ||
| + | |||
| + | None of the fields require any additional value validation. | ||
| − | + | ==Schematron validation== | |
| + | TBD | ||
| − | |||
*[[Node Reference]] | *[[Node Reference]] | ||
Latest revision as of 04:27, 26 April 2015
Contents
BooleanToggle
Specification Link: BooleanToggle
BooleanToggle : X3DChildNode {
SFBool [in] set_boolean
SFNode [in,out] metadata NULL [X3DMetadataObject]
SFBool [in,out] toggle FALSE
}
DTD Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
Attributes
None of the fields require any additional value validation.
Schema Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
Attributes
None of the fields require any additional value validation.
Schematron validation
TBD