CSML 1.0 [Top | back ]
simpleType FontStyleKind
namespace http://www.GenomicObject.net/2002/PetriNet
type restriction of xsd:string
used by
attribute TextType/@fontStyle
facets
pattern \s*((plain)?|(italic|bold)(\s+(italic|bold))?)\s*
source <xsd:simpleType name="FontStyleKind">
 
<xsd:restriction base="xsd:string">
   
<xsd:pattern value="\s*((plain)?|(italic|bold)(\s+(italic|bold))?)\s*"/>
 
</xsd:restriction>
</xsd:simpleType>