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.
SFBool enabled SFBool inputOutput TRUE flag to enable or disable the Object; Does not change any internal handling but is only a hint for application programms
MFString logFeature MFString inputOutput state, child, parent, route, eventIn, eventOut controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element