diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DGeometryNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString FontStyle ScreenFontStyle ProtoInstance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Text"> <xs:annotation> <xs:appinfo> <xs:attribute name="lineBounds" type="MFVec2f" fixed="outputOnlyField"/> <xs:attribute name="origin" type="SFVec3f" fixed="outputOnlyField"/> <xs:attribute name="solid" type="SFBool" default="false" fixed="initializeOnlyField"/> <xs:attribute name="textBounds" type="SFVec2f" fixed="outputOnlyField"/> <xs:element name="fontStyle" type="SFNode" fixed="inputOutputField" default="X3DFontStyleNode"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Text"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/text.html#Text"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DGeometryNode"> <xs:sequence minOccurs="0"> <xs:group ref="TextChildContentModel"/> </xs:sequence> <xs:attribute name="string" type="MFString"/> <xs:attribute name="length" type="MFFloat"> <xs:annotation> <xs:appinfo> <xs:minInclusive value="0"/> </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="maxExtent" default="0.0"> <!-- type="SFFloatNonNegative" --> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="solid" type="SFBool" default="false"/> <xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | MFString |
source | <xs:attribute name="string" type="MFString"/> |
type | MFFloat | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="length" type="MFFloat"> <xs:annotation> <xs:appinfo> <xs:minInclusive value="0"/> </xs:appinfo> </xs:annotation> </xs:attribute> |
type | restriction of SFFloat | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="maxExtent" default="0.0"> <!-- type="SFFloatNonNegative" --> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="solid" type="SFBool" default="false"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/> |