Difference between revisions of "BooleanFilter"

From Web3D.org
Jump to: navigation, search
 
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