element LineProperties
diagram x3d-4.0_diagrams/x3d-4.0_p129.png
type extension of X3DAppearanceChildNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
group AppearanceChildContentModelNoProtoInstance
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.
               
style  SFString        
appinfo

                    The style attribute provides an inline block of CSS for element styling, 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.
               
applied  SFBool    true    
linetype  lineTypeValues    1    
appinfo
<xs:attribute name="alias" type="xs:string" fixed="lineType"/>
documentation
Warning inconsistent camel-case spelling, maintaining original lower-case name for backwards compatibility (Mantis 1252)
linewidthScaleFactor  SFFloat    0    
appinfo
<xs:attribute name="alias" type="xs:string" fixed="lineWidthScaleFactor"/>
documentation
Warning inconsistent camel-case spelling, maintaining original lower-case name for backwards compatibility (Mantis 1252)
containerField  xs:NMTOKEN    lineProperties    
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Shape"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
source <xs:element name="LineProperties">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Shape"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#LineProperties"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DAppearanceChildNode">
       
<xs:attribute name="applied" type="SFBool" default="true"/>
       
<xs:attribute name="linetype" type="lineTypeValues" default="1">
         
<xs:annotation>
           
<xs:appinfo>
             
<xs:attribute name="alias" type="xs:string" fixed="lineType"/>
           
</xs:appinfo>
           
<xs:documentation>Warning inconsistent camel-case spelling, maintaining original lower-case name for backwards compatibility (Mantis 1252)</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="linewidthScaleFactor" type="SFFloat" default="0">
         
<xs:annotation>
           
<xs:appinfo>
             
<xs:attribute name="alias" type="xs:string" fixed="lineWidthScaleFactor"/>
           
</xs:appinfo>
           
<xs:documentation>Warning inconsistent camel-case spelling, maintaining original lower-case name for backwards compatibility (Mantis 1252)</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="lineProperties"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

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

attribute LineProperties/@linetype
type lineTypeValues
properties
default 1
facets
Kind Value Annotation
minInclusive 0
enumeration 1
appinfo
<xs:attribute name="alias" type="xs:string" default="SOLID"/>
                        Solid
                   
enumeration 2
appinfo
<xs:attribute name="alias" type="xs:string" default="DASHED"/>
                        Dashed
                   
enumeration 3
appinfo
<xs:attribute name="alias" type="xs:string" default="DOTTED"/>
                        Dotted
                   
enumeration 4
appinfo
<xs:attribute name="alias" type="xs:string" default="DASHED_DOTTED"/>
                        Dashed-dotted
                   
enumeration 5
appinfo
<xs:attribute name="alias" type="xs:string" default="DASHED_DOT_DOT"/>
                        Dash-dot-dot
                   
enumeration 6
appinfo
<xs:attribute name="alias" type="xs:string" default="SINGLE_ARROW"/>
                        (single arrow)
                   
enumeration 7
appinfo
<xs:attribute name="alias" type="xs:string" default="SINGLE_DOT"/>
                        (single dot)
                   
enumeration 8
appinfo
<xs:attribute name="alias" type="xs:string" default="DOUBLE_ARROW"/>
                        (double arrow)
                   
enumeration 9
appinfo
<xs:attribute name="alias" type="xs:string" default="STITCH_LINE"/>
                        (stitch line)
                   
enumeration 10
appinfo
<xs:attribute name="alias" type="xs:string" default="CHAIN_LINE"/>
                        (chain line)
                   
enumeration 11
appinfo
<xs:attribute name="alias" type="xs:string" default="CENTER_LINE"/>
                        (center line)
                   
enumeration 12
appinfo
<xs:attribute name="alias" type="xs:string" default="HIDDEN_LINE"/>
                        (hidden line)
                   
enumeration 13
appinfo
<xs:attribute name="alias" type="xs:string" default="PHANTOM_LINE"/>
                        (phantom line)
                   
enumeration 14
appinfo
<xs:attribute name="alias" type="xs:string" default="BREAK_LINE_STYLE_1"/>
                        (break line - style 1)
                   
enumeration 15
appinfo
<xs:attribute name="alias" type="xs:string" default="BREAK_LINE_STYLE_2"/>
                        (break line - style 2)
                   
enumeration 16
appinfo
<xs:attribute name="alias" type="xs:string" default="USER_SPECIFIED_DASH_PATTERN"/>
                        User-specified dash pattern
                   
annotation
appinfo
<xs:attribute name="alias" type="xs:string" fixed="lineType"/>
documentation
Warning inconsistent camel-case spelling, maintaining original lower-case name for backwards compatibility (Mantis 1252)
source <xs:attribute name="linetype" type="lineTypeValues" default="1">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="alias" type="xs:string" fixed="lineType"/>
   
</xs:appinfo>
   
<xs:documentation>Warning inconsistent camel-case spelling, maintaining original lower-case name for backwards compatibility (Mantis 1252)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute LineProperties/@linewidthScaleFactor
type SFFloat
properties
default 0
facets
Kind Value Annotation
pattern \s*([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
annotation
appinfo
<xs:attribute name="alias" type="xs:string" fixed="lineWidthScaleFactor"/>
documentation
Warning inconsistent camel-case spelling, maintaining original lower-case name for backwards compatibility (Mantis 1252)
source <xs:attribute name="linewidthScaleFactor" type="SFFloat" default="0">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="alias" type="xs:string" fixed="lineWidthScaleFactor"/>
   
</xs:appinfo>
   
<xs:documentation>Warning inconsistent camel-case spelling, maintaining original lower-case name for backwards compatibility (Mantis 1252)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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


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