CSML 1.9 [Top | back ]
attributeGroup textBaseAttributes
namespace http://www.csml.org/csml/version1
used by
elements text textArea
attributes
Name  Type  Use  Default  Fixed  Annotation
fontNamexsd:string      
fontSizederived by: xsd:int      
fontStylexsd:string      
textColorcsml19:colorDataType      
spacingxsd:double      
source <xsd:attributeGroup name="textBaseAttributes">
 
<xsd:attribute name="fontName" type="xsd:string"/>
 
<xsd:attribute name="fontSize">
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:int">
       
<xsd:minInclusive value="1"/>
     
</xsd:restriction>
   
</xsd:simpleType>
 
</xsd:attribute>
 
<xsd:attribute name="fontStyle" type="xsd:string"/>
 
<xsd:attribute name="textColor" type="csml19:colorDataType"/>
 
<xsd:attribute name="spacing" type="xsd:double"/>
</xsd:attributeGroup>