type | restriction of xs:NMTOKEN | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="fontStyleChoices"> <xs:annotation> <xs:appinfo>fontStyleChoices are strictly allowed enumeration values for FontStyle/ScreenFontStyle node style field. This list is bounded, no additional values are allowed.</xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/text.html#Fontfamilyandstyle"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="PLAIN"> <xs:annotation> <xs:appinfo>default plain type</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="BOLD"> <xs:annotation> <xs:appinfo>boldface type</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ITALIC"> <xs:annotation> <xs:appinfo>italic type</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="BOLDITALIC"> <xs:annotation> <xs:appinfo>bold and italic type</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |