Difference between revisions of "BooleanFilter"

From Web3D.org
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
==BooleanFilter==
 
==BooleanFilter==
  
Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.4/Part01/components/utils.html#BooleanFilter BooleanFilter]
+
Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/utils.html#BooleanFilter BooleanFilter]
  
 
<pre>
 
<pre>
Line 43: Line 43:
  
 
TBD
 
TBD
 +
 
*[[Node Reference]]
 
*[[Node Reference]]

Latest revision as of 09:51, 25 April 2015

BooleanFilter

Specification Link: BooleanFilter

BooleanFilter : X3DChildNode {
  SFBool [in]     set_boolean
  SFNode [in,out] metadata    NULL [X3DMetadataObject]
  SFBool [out]    inputFalse
  SFBool [out]    inputNegate
  SFBool [out]    inputTrue
}

DTD Validation

Children

Children must appear as follows:

  1. A single, optional IS.
  2. A single, optional node derived from X3DMetadataObject for the metadata field.

Attributes

N/A

Schema Validation

Children

Children must appear as follows:

  1. A single, optional IS.
  2. A single, optional node derived from X3DMetadataObject for the metadata field.

Attributes

N/A

Schematron validation

TBD