diagram | |||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
type | xs:NMTOKENS | ||
annotation |
|
||
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> |
type | xs:NMTOKEN | ||
annotation |
|
||
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> |