complexType X3DFontStyleNode
diagram x3d-4.0_diagrams/x3d-4.0_p342.png
properties
abstract true
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
elements FontStyle ScreenFontStyle
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.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
id  xs:NMTOKEN        
appinfo

                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
annotation
appinfo
<xs:element name="IS" type="SFNode" fixed="inputOutputField" default="IS"/>
<xs:element name="metadata" type="SFNode" fixed="inputOutputField" default="X3DMetadataObject"/>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DNode"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Text"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                Base type for all font style nodes.
           
source <xs:complexType name="X3DFontStyleNode" abstract="true">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:element name="IS" type="SFNode" fixed="inputOutputField" default="IS"/>
     
<xs:element name="metadata" type="SFNode" fixed="inputOutputField" default="X3DMetadataObject"/>
     
<xs:attribute name="additionalInterface" type="xs:string" default="X3DNode"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Text"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                Base type for all font style nodes.
           
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/text.html#X3DFontStyleNode"/>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="IS" minOccurs="0"/>
   
<xs:group ref="ChildContentModelCore" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>metadata</xs:documentation>
     
</xs:annotation>
   
</xs:group>
 
</xs:sequence>
 
<xs:attributeGroup ref="DEF_USE"/>
 
<xs:attribute name="class" type="xs:NMTOKENS">
   
<xs:annotation>
     
<xs:appinfo>
                    The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
</xs:appinfo>
     
<xs:documentation source="https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#ClassAttributeSyntax"/>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="id" type="xs:NMTOKEN">
   
<xs:annotation>
     
<xs:appinfo>
                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
</xs:appinfo>
     
<xs:documentation source="https://www.w3.org/TR/html52/dom.html#element-attrdef-global-id"/>
   
</xs:annotation>
 
</xs:attribute>
 
<!-- omitting style attribute from xs:attributeGroup ref="globalAttributes" -->
 
<!-- X3DNode not listed here due to overlap between field 'style' and CSS 'style' attribute. -->
</xs:complexType>

attribute X3DFontStyleNode/@class
type xs:NMTOKENS
annotation
appinfo

                    The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
source <xs:attribute name="class" type="xs:NMTOKENS">
 
<xs:annotation>
   
<xs:appinfo>
                    The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#ClassAttributeSyntax"/>
 
</xs:annotation>
</xs:attribute>

attribute X3DFontStyleNode/@id
type xs:NMTOKEN
annotation
appinfo

                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
source <xs:attribute name="id" type="xs:NMTOKEN">
 
<xs:annotation>
   
<xs:appinfo>
                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
</xs:appinfo>
   
<xs:documentation source="https://www.w3.org/TR/html52/dom.html#element-attrdef-global-id"/>
 
</xs:annotation>
</xs:attribute>


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