simpleType containerFieldChoicesX3DUrlObject
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes Anchor/@containerField Inline/@containerField Script/@containerField GeoMetadata/@containerField
facets
Kind Value Annotation
enumeration children
appinfo
parent node has abstract type X3DGroupingNode
enumeration watchList
appinfo
parent node is LoadSensor
annotation
appinfo
containerFieldChoicesX3DUrlObject lists the allowed containerField enumeration values for Anchor, GeoMetadata, Inline and Script nodes: default "children" if parent node has abstract type X3DGroupingNode, otherwise "watchList" if parent node is LoadSensor.
source <xs:simpleType name="containerFieldChoicesX3DUrlObject">
 
<xs:annotation>
   
<xs:appinfo>containerFieldChoicesX3DUrlObject lists the allowed containerField enumeration values for Anchor, GeoMetadata, Inline and Script nodes: default "children" if parent node has abstract type X3DGroupingNode, otherwise "watchList" if parent node is LoadSensor.</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="children">
     
<xs:annotation>
       
<xs:appinfo>parent node has abstract type X3DGroupingNode</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="watchList">
     
<xs:annotation>
       
<xs:appinfo>parent node is LoadSensor</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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