<xs:simpleType name="fontFamilyValues"> <xs:annotation> <xs:appinfo>fontFamilyValues are allowed enumeration values for FontStyle/ScreenFontStyle node family attribute. Unbounded, additional values are possible.</xs:appinfo> <xs:documentation source="http://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:enumeration value=""SERIF""/> <xs:enumeration value=""TYPEWRITER""/> <!-- note that MFString enumeration values must each be quoted --> </xs:restriction> </xs:simpleType> |