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>