diagram | |||
children | MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||
used by | |||
annotation |
|
||
source | <xs:group name="ChildContentModelCore"> <xs:annotation> <xs:appinfo>Child-node content model corresponding to X3DChildNode for Core profile. Following an optional IS element defined by X3DNode content model, the ChildContentModelCore enables the following child element of any node to be MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataSet or MetadataString.</xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/coreprofile.html"/> </xs:annotation> <xs:choice> <!-- empty is valid --> <xs:element ref="MetadataBoolean"/> <xs:element ref="MetadataDouble"/> <xs:element ref="MetadataFloat"/> <xs:element ref="MetadataInteger"/> <xs:element ref="MetadataSet"/> <xs:element ref="MetadataString"/> <!-- TODO how to allow ProtoInstance? Problematic. --> </xs:choice> </xs:group> |