simpleType fontFamilyValues
type restriction of MFString
properties
base MFString
facets
Kind Value Annotation
enumeration "SANS"
appinfo
default font family for sans-serif font such as Helvetica
enumeration "SERIF"
appinfo
default font family for serif font such as Times-Roman
enumeration "TYPEWRITER"
appinfo
default font family for a fixed-pitch font such as Courier
annotation
appinfo
fontFamilyValues are supported enumeration values for FontStyle/ScreenFontStyle node family field. Unbounded, additional values are allowed.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy