<xs:element name="PickableGroup">
<xs:annotation>
<xs:appinfo>
<!-- optional values, can be extended -->
<xs:attribute name="objectType" type="pickableObjectTypeValues"/>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DPickableObject"/>
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Picking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/picking.html#PickableGroup"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="X3DGroupingNode">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="NurbsPatchSurface"/>
<xs:element ref="NurbsSweptSurface"/>
<xs:element ref="NurbsSwungSurface"/>
<xs:element ref="NurbsTrimmedSurface"/>
<xs:element ref="ProtoInstance">
<xs:annotation>
<xs:documentation>Appropriately typed substitution node</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="objectType" type="MFString" default=""ALL""/>
<xs:attribute name="pickable" type="SFBool" default="true"/>
<xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |