http://maven.apache.org/FML/1.0.1
element basefont

Documentation
      base font size
      
Properties
This component is not nillable.

Model
<basefont
  color = Color
  face = anySimpleType
  id = xs:ID
  size = anySimpleType>

</basefont>


Attribute Summary
 Colorcolor
          
 anySimpleTypeface
          
 xs:IDid
          
 anySimpleTypesize
          

Attribute Detail

color

Type:
Color
Use:
optional
Form:
unqualified

face

Type:
anySimpleType
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

size

Type:
anySimpleType
Use:
required
Form:
unqualified

Source
<xs:element name="basefont">
<xs:complexType>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="size" use="required"/>
<xs:attribute name="color" type="Color"/>
<xs:attribute name="face"/>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.