diagram | |||
children | FontStyle ScreenFontStyle ProtoInstance | ||
used by |
|
||
annotation |
|
||
source | <xs:group name="TextChildContentModel"> <xs:annotation> <xs:appinfo>TextChildContentModel is the child-node content model utilized by Text. TextChildContentModel can contain a single FontStyle or ScreenFontStyle node.</xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/text.html#Text"/> </xs:annotation> <xs:choice> <xs:element ref="FontStyle"/> <xs:element ref="ScreenFontStyle"/> <xs:element ref="ProtoInstance"> <xs:annotation> <xs:documentation>Appropriately typed substitution node</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:group> |