type | restriction of xs:NMTOKEN | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="containerFieldChoicesMetadata"> <xs:annotation> <xs:appinfo>containerFieldChoicesMetadata lists the allowed containerField enumeration values for Metadata nodes: "value" if providing information and parent node is MetadataSet collection, otherwise default "metadata" if providing information about parent node.</xs:appinfo> <xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="metadata"> <xs:annotation> <xs:appinfo>this node provides metadata information regarding its parent node.</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="value"> <xs:annotation> <xs:appinfo>parent node is MetadataSet, this node is providing information as part of a MetadataSet collection.</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |