type | restriction of MFString | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="fontFamilyValues"> <xs:annotation> <xs:appinfo>fontFamilyValues are supported enumeration values for FontStyle/ScreenFontStyle node family field. Unbounded, additional values are allowed.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Fontfamilyandstyle"/> </xs:annotation> <xs:restriction base="MFString"> <xs:enumeration value='"SANS"'> <xs:annotation> <xs:appinfo>default font family for sans-serif font such as Helvetica</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"SERIF"'> <xs:annotation> <xs:appinfo>default font family for serif font such as Times-Roman</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value='"TYPEWRITER"'> <xs:annotation> <xs:appinfo>default font family for a fixed-pitch font such as Courier</xs:appinfo> </xs:annotation> </xs:enumeration> <!-- note that MFString enumeration values must each be quoted --> </xs:restriction> </xs:simpleType> |