simpleType containerFieldChoicesMetadata
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes MetadataBoolean/@containerField MetadataDouble/@containerField MetadataFloat/@containerField MetadataInteger/@containerField MetadataSet/@containerField MetadataString/@containerField
facets
Kind Value Annotation
enumeration metadata
appinfo
this node provides metadata information regarding its parent node.
enumeration value
appinfo
parent node is MetadataSet, this node is providing information as part of a MetadataSet collection.
annotation
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.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy