element Cylinder
diagram x3d-3.3_diagrams/x3d-3.3_p52.png
type extension of X3DGeometryNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
element PrimitivePickSensor
group GeometryContentModelInterchange
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
bottom  SFBool    true    
height  derived by: SFFloat    2    
radius  derived by: SFFloat    1    
side  SFBool    true    
solid  SFBool    true    
top  SFBool    true    
containerField  xs:NMTOKEN    geometry    
annotation
appinfo
<xs:attribute name="solid" type="SFBool" default="true" fixed="initializeOnlyField"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geometry3D"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
source <xs:element name="Cylinder">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="solid" type="SFBool" default="true" fixed="initializeOnlyField"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Geometry3D"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geometry3D.html#Cylinder"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DGeometryNode">
       
<xs:attribute name="bottom" type="SFBool" default="true"/>
       
<xs:attribute name="height" default="2">
         
<!-- type="SFFloatPositive" -->
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minExclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="radius" default="1">
         
<!-- type="SFFloatPositive" -->
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minExclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="side" type="SFBool" default="true"/>
       
<xs:attribute name="solid" type="SFBool" default="true"/>
       
<xs:attribute name="top" type="SFBool" default="true"/>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute Cylinder/@bottom
type SFBool
properties
default true
source <xs:attribute name="bottom" type="SFBool" default="true"/>

attribute Cylinder/@height
type restriction of SFFloat
properties
default 2
facets
Kind Value Annotation
minExclusive 0
source <xs:attribute name="height" default="2">
 
<!-- type="SFFloatPositive" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minExclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Cylinder/@radius
type restriction of SFFloat
properties
default 1
facets
Kind Value Annotation
minExclusive 0
source <xs:attribute name="radius" default="1">
 
<!-- type="SFFloatPositive" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minExclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute Cylinder/@side
type SFBool
properties
default true
source <xs:attribute name="side" type="SFBool" default="true"/>

attribute Cylinder/@solid
type SFBool
properties
default true
source <xs:attribute name="solid" type="SFBool" default="true"/>

attribute Cylinder/@top
type SFBool
properties
default true
source <xs:attribute name="top" type="SFBool" default="true"/>

attribute Cylinder/@containerField
type xs:NMTOKEN
properties
default geometry
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/>


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