<xs:element name="ScreenFontStyle">
<xs:annotation>
<xs:appinfo />
<xs:documentation />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DFontStyleNode">
<xs:attribute name="family" type="MFString" default=""SERIF"" />
<xs:attribute name="horizontal" type="SFBool" default="true" />
<xs:attribute name="justify" type="MFString" default=""BEGIN"" />
<xs:attribute name="language" type="SFString" />
<xs:attribute name="leftToRight" type="SFBool" default="true" />
<xs:attribute name="pointSize" type="SFFloat" default="12.0" />
<xs:attribute name="spacing" type="SFFloat" default="1.0" />
<xs:attribute name="style" type="fontStyleValues" default="PLAIN" />
<xs:attribute name="topToBottom" type="SFBool" default="true" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|