element Text
diagram x3d-3.0_diagrams/x3d-3.0_p127.png
type extension of X3DGeometryNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString FontStyle ProtoInstance
used by
group GeometryContentModelImmersive
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.
string  MFString        
length  MFFloat        
appinfo
<xs:minInclusive value="0"/>
maxExtent  derived by: SFFloat    0.0    
solid  SFBool    false    
containerField  xs:NMTOKEN    geometry    
annotation
appinfo
<!-- lineBounds, origin, textBounds in X3D version 3.2 -->
<xs:element name="fontStyle" type="SFNode" fixed="inputOutputField" default="X3DFontStyleNode"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Text"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
source <xs:element name="Text">
 
<xs:annotation>
   
<xs:appinfo>
     
<!-- lineBounds, origin, textBounds in X3D version 3.2 -->
     
<xs:element name="fontStyle" type="SFNode" fixed="inputOutputField" default="X3DFontStyleNode"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Text"/>
     
<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/text.html#Text"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DGeometryNode">
       
<xs:sequence minOccurs="0">
         
<xs:group ref="TextChildContentModel"/>
       
</xs:sequence>
       
<xs:attribute name="string" type="MFString"/>
       
<xs:attribute name="length" type="MFFloat">
         
<xs:annotation>
           
<xs:appinfo>
             
<xs:minInclusive value="0"/>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="maxExtent" default="0.0">
         
<!-- type="SFFloatNonNegative" -->
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="solid" type="SFBool" default="false"/>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute Text/@string
type MFString
source <xs:attribute name="string" type="MFString"/>

attribute Text/@length
type MFFloat
facets
Kind Value Annotation
whiteSpace collapse
pattern (\s)*(([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*,?\s*)*
annotation
appinfo
<xs:minInclusive value="0"/>
source <xs:attribute name="length" type="MFFloat">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:minInclusive value="0"/>
   
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute Text/@maxExtent
type restriction of SFFloat
properties
default 0.0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="maxExtent" default="0.0">
 
<!-- type="SFFloatNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

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

attribute Text/@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