Documentation for UsiXML 1.8.0

Element: fontStyle

[Table of contents]

Name fontStyle
Used by (from the same schema document) Complex Type graphicalContainer3DType , Complex Type graphicalContainer3DType
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ipo:fontStyle
family=" xs:string [0..1]"
horizontal=" xs:boolean [0..1]"
justify=" xs:string [0..1]"
language=" xs:string [0..1]"
leftToRight=" xs:boolean [0..1]"
size=" xs:float [0..1]"
spacing=" xs:float [0..1]"
style=" xs:string [0..1]"
topToBottom=" xs:boolean [0..1]"/>
Diagram
Schema Component Representation
<xs:element name="fontStyle">
<xs:complexType>
<xs:attribute name="family" type=" xs:string "/>
<xs:attribute name="horizontal" type=" xs:boolean "/>
<xs:attribute name="justify" type=" xs:string "/>
<xs:attribute name="language" type=" xs:string "/>
<xs:attribute name="leftToRight" type=" xs:boolean "/>
<xs:attribute name="size" type=" xs:float "/>
<xs:attribute name="spacing" type=" xs:float "/>
<xs:attribute name="style" type=" xs:string "/>
<xs:attribute name="topToBottom" type=" xs:boolean "/>
</xs:complexType>
</xs:element>