diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DFontStyleNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="ScreenFontStyle"> <xs:annotation> <xs:appinfo> <!-- optional values, can be extended --> <xs:attribute name="family" type="fontFamilyValues"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Layout"/> <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/layout.html#ScreenFontStyle"/> </xs:annotation> <xs:complexType> <xs:complexContent> <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="justifyChoices" default='"BEGIN"'/> <xs:attribute name="language" type="SFString"/> <xs:attribute name="leftToRight" type="SFBool" default="true"/> <xs:attribute name="pointSize" default="12.0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="spacing" default="1.0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="style" type="fontStyleChoices" default="PLAIN"/> <xs:attribute name="topToBottom" type="SFBool" default="true"/> <xs:attribute name="containerField" type="xs:NMTOKEN" default="fontStyle"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | MFString | ||
properties |
|
||
source | <xs:attribute name="family" type="MFString" default='"SERIF"'/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="horizontal" type="SFBool" default="true"/> |
type | justifyChoices | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="justify" type="justifyChoices" default='"BEGIN"'/> |
type | SFString |
source | <xs:attribute name="language" type="SFString"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="leftToRight" type="SFBool" default="true"/> |
type | restriction of SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="pointSize" default="12.0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="spacing" default="1.0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | fontStyleChoices | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
source | <xs:attribute name="style" type="fontStyleChoices" default="PLAIN"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="topToBottom" type="SFBool" default="true"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="fontStyle"/> |