[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[x3d-public] containerField
- To: "'X3D PUBLIC'" <x3d-public@web3d.org>
- Subject: [x3d-public] containerField
- From: "Mirko Gontek" <mgontek@yahoo.de>
- Date: Thu, 2 Mar 2006 13:54:50 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:From:To:Subject:Date:MIME-Version:Content-Type:X-Mailer:Thread-Index:X-MimeOLE; b=Dp4GxJUv8U9uGzs9VGU68ai5hiERu+58Hto+Slec8+QrBjizqTR7Blqq+99ZS6AOYMHxQZvESPBwwgd1oE4RJeycUBRFNd61DEdV5aPxtiARHmmwNbqFf7Eh7Z4lSGAvEi3/qmGo4HzN7RaJp6V4+l/izpmoCCraouOs5yAkYNs= ;
- Sender: owner-x3d-public@web3d.org
- Thread-index: AcY9+H3MzTp7Z64BQ3KY83nJvLfRKg==
hi all,
i have two questions. first, there are
"fields" in x3d which do not occur in the specification. e.g. "containerField"
in MetadataString:
<MetadataString name="myName" reference="name"
containerField="xyz"/>
but according to the spec "containerField" is not a
field:
MetadataString : X3DNode, X3DMetadataObject {
SFNode [in,out] metadata NULL
[X3DMetadataObject]
SFString [in,out]
name ""
SFString [in,out] reference
""
MFString [in,out] value
[]
}
why this?
and second, how can i access these fields with sai?
i'd like to create a MetadataSet which looks like this:
<MetadataSet>
<MetadataString name="myName"
reference="name" containerField="value"/>
<MetadataString
name="myType" reference="type"
containerField="value"/>
</MetadataSet>
i could not find any information about what
containerField actually is, but apparently the containerField is required (i
adopted it from the conformance examples). could you give me a hint? and how can
i access containerField?
thank you!
mirko g