element LineProperties
diagram x3d-3.0_diagrams/x3d-3.0_p69.png
type extension of X3DAppearanceChildNode
properties
content complex
children IS 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.
applied  SFBool    true    
linetype  derived by: SFInt32    1    
documentation
TODO inconsistent camel-case spelling, should be lineType: Mantis 1252
linewidthScaleFactor  SFFloat    0    
documentation
TODO inconsistent camel-case spelling, should be lineWidthScaleFactor: 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/documents/specifications/19775-1/V3.3/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" default="1">
         
<xs:annotation>
           
<xs:documentation>TODO inconsistent camel-case spelling, should be lineType: Mantis 1252</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="SFInt32">
             
<xs:minInclusive value="1"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="linewidthScaleFactor" type="SFFloat" default="0">
         
<xs:annotation>
           
<xs:documentation>TODO inconsistent camel-case spelling, should be lineWidthScaleFactor: 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 restriction of SFInt32
properties
default 1
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
TODO inconsistent camel-case spelling, should be lineType: Mantis 1252
source <xs:attribute name="linetype" default="1">
 
<xs:annotation>
   
<xs:documentation>TODO inconsistent camel-case spelling, should be lineType: Mantis 1252</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="SFInt32">
     
<xs:minInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute LineProperties/@linewidthScaleFactor
type SFFloat
properties
default 0
annotation
documentation
TODO inconsistent camel-case spelling, should be lineWidthScaleFactor: Mantis 1252
source <xs:attribute name="linewidthScaleFactor" type="SFFloat" default="0">
 
<xs:annotation>
   
<xs:documentation>TODO inconsistent camel-case spelling, should be lineWidthScaleFactor: 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