simpleType containerFieldChoicesNavigationInfo
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute NavigationInfo/@containerField
facets
Kind Value Annotation
enumeration children
appinfo
this node provides navigation information for its parent node.
enumeration navigationInfo
appinfo
this node provides navigation information for its parent X3DViewpointNode.
annotation
appinfo
containerFieldChoicesNavigationInfo lists the allowed containerField enumeration values for NavigationInfo nodes: "navigationInfo" ifsupporting a parent X3DViewpointNode, otherwise default "children".
source <xs:simpleType name="containerFieldChoicesNavigationInfo">
 
<xs:annotation>
   
<xs:appinfo>containerFieldChoicesNavigationInfo lists the allowed containerField enumeration values for NavigationInfo nodes: "navigationInfo" ifsupporting a parent X3DViewpointNode, otherwise default "children".</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>this node provides navigation information for its parent node.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="navigationInfo">
     
<xs:annotation>
       
<xs:appinfo>this node provides navigation information for its parent X3DViewpointNode.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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