simpleType fontStyleChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes FontStyle/@style ScreenFontStyle/@style
facets
Kind Value Annotation
enumeration PLAIN
appinfo
default plain type
enumeration BOLD
appinfo
boldface type
enumeration ITALIC
appinfo
italic type
enumeration BOLDITALIC
appinfo
bold and italic type
annotation
appinfo
fontStyleChoices are strictly allowed enumeration values for FontStyle/ScreenFontStyle node style field. Bounded, no additional values are allowed.
source <xs:simpleType name="fontStyleChoices">
 
<xs:annotation>
   
<xs:appinfo>fontStyleChoices are strictly allowed enumeration values for FontStyle/ScreenFontStyle node style field. Bounded, no 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="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>


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