instantreality 1.0

Component:
Core
Status:
fully implemented
Structure type:
abstract
Standard:
X3D3.0

MetadataObject

This abstract interface is the basis for all metadata nodes. The interface is inherited by all metadata nodes. The specification of the reference field is optional. If provided, it identifies the metadata standard or other specification that defines the name field. If the reference field is not provided or is empty, the meaning of the name field is considered implicit to the characters in the string.

Inheritance

Code

XML encoding
<MetadataObject name=''
reference=''
enabled='TRUE'
logFeature=''
 />
Classic encoding
MetadataObject {
	name ""
	reference ""
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFString name SFString inputOutput Enter the metadata attribute name here.
SFString reference SFString inputOutput Reference to the metadata standard or definition defining this particular metadata value.
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element