simpleType TFrame
namespace http://www.w3.org/1999/xhtml
type restriction of xs:token
used by
attribute table/@frame
facets
Kind Value annotation 
enumeration void 
enumeration above 
enumeration below 
enumeration hsides 
enumeration lhs 
enumeration rhs 
enumeration vsides 
enumeration box 
enumeration border 
annotation
documentation

      The border attribute sets the thickness of the frame around the
      table. The default units are screen pixels.

      The frame attribute specifies which parts of the frame around
      the table should be rendered. The values are not the same as
      CALS to avoid a name clash with the valign attribute.
     
source <xs:simpleType name="TFrame">
 
<xs:annotation>
   
<xs:documentation>
      The border attribute sets the thickness of the frame around the
      table. The default units are screen pixels.

      The frame attribute specifies which parts of the frame around
      the table should be rendered. The values are not the same as
      CALS to avoid a name clash with the valign attribute.
     
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="void"/>
   
<xs:enumeration value="above"/>
   
<xs:enumeration value="below"/>
   
<xs:enumeration value="hsides"/>
   
<xs:enumeration value="lhs"/>
   
<xs:enumeration value="rhs"/>
   
<xs:enumeration value="vsides"/>
   
<xs:enumeration value="box"/>
   
<xs:enumeration value="border"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy