<xsd:simpleType name="TableColorType"><xsd:annotation><xsd:documentation><h:p>FO colour attribute values should be defined using CSS basic colour values or RGB hexademical notation (e.g. #4b0082 is indigo).</h:p></xsd:documentation></xsd:annotation><xsd:union memberTypes="TableColorNamedType TableColorHexType"/></xsd:simpleType>
Simple Type TableBorderStyleType
Namespace
http://www.w3.org/1999/XSL/Format
Annotations
Defines a border style type
Values taken from the CSS2 specification http://www.w3.org/TR/REC-CSS2/box.html#value-def-border-style
<xsd:simpleType name="TableBorderStyleType"><xsd:annotation><xsd:documentation><h:p>Defines a border style type</h:p><h:p>Values taken from the CSS2 specification http://www.w3.org/TR/REC-CSS2/box.html#value-def-border-style</h:p><h:p>Note: the value 'none' has not been used</h:p></xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="inherit"/><xsd:enumeration value="solid"/><xsd:enumeration value="dashed"/><xsd:enumeration value="dotted"/><xsd:enumeration value="double"/><xsd:enumeration value="groove"/><xsd:enumeration value="inset"/><xsd:enumeration value="outset"/></xsd:restriction></xsd:simpleType>
Simple Type TableSimpleLengthType
Namespace
http://www.w3.org/1999/XSL/Format
Annotations
Defines a length in either pixels, points or ems; alternatively the value can be inherited
<xsd:simpleType name="TableSimpleLengthType"><xsd:annotation><xsd:documentation>Defines a length in either pixels, points or ems; alternatively the value can be inherited</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:pattern value="inherit"/><xsd:pattern value="\d{1,}px"/><xsd:pattern value="\d{1,}\.?\d{0,3}pt"/><xsd:pattern value="\d{1,}\.?\d{0,3}em"/></xsd:restriction></xsd:simpleType>
Simple Type TableColorNamedType
Namespace
http://www.w3.org/1999/XSL/Format
Annotations
Defines the permissible set of colour names for table FO attributes
Diagram
Facets
enumeration
inherit
Inherit the colour of this feature from the parent element
enumeration
aqua
Equivalent to #00ffff
enumeration
black
Equivalent to #000000
enumeration
blue
Equivalent to #0000ff
enumeration
fuchsia
Equivalent to #ff00ff
enumeration
gray
Equivalent to #808080
enumeration
green
Equivalent to #008000
enumeration
lime
Equivalent to #00ff00
enumeration
maroon
Equivalent to #800000
enumeration
navy
Equivalent to #000080
enumeration
olive
Equivalent to #808000
enumeration
purple
Equivalent to #800080
enumeration
red
Equivalent to #ff0000
enumeration
silver
Equivalent to #c0c0c0
enumeration
teal
Equivalent to #008080
enumeration
white
Equivalent to #ffffff
enumeration
yellow
Equivalent to #ffff00
Source
<xsd:simpleType name="TableColorNamedType"><xsd:annotation><xsd:documentation><h:p>Defines the permissible set of colour names for table FO attributes</h:p></xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="inherit"><xsd:annotation><xsd:documentation>Inherit the colour of this feature from the parent element</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="aqua"><xsd:annotation><xsd:documentation>Equivalent to #00ffff</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="black"><xsd:annotation><xsd:documentation>Equivalent to #000000</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="blue"><xsd:annotation><xsd:documentation>Equivalent to #0000ff</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="fuchsia"><xsd:annotation><xsd:documentation>Equivalent to #ff00ff</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="gray"><xsd:annotation><xsd:documentation>Equivalent to #808080</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="green"><xsd:annotation><xsd:documentation>Equivalent to #008000</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="lime"><xsd:annotation><xsd:documentation>Equivalent to #00ff00</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="maroon"><xsd:annotation><xsd:documentation>Equivalent to #800000</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="navy"><xsd:annotation><xsd:documentation>Equivalent to #000080</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="olive"><xsd:annotation><xsd:documentation>Equivalent to #808000</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="purple"><xsd:annotation><xsd:documentation>Equivalent to #800080</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="red"><xsd:annotation><xsd:documentation>Equivalent to #ff0000</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="silver"><xsd:annotation><xsd:documentation>Equivalent to #c0c0c0</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="teal"><xsd:annotation><xsd:documentation>Equivalent to #008080</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="white"><xsd:annotation><xsd:documentation>Equivalent to #ffffff</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="yellow"><xsd:annotation><xsd:documentation>Equivalent to #ffff00</xsd:documentation></xsd:annotation></xsd:enumeration></xsd:restriction></xsd:simpleType>
Simple Type TableColorHexType
Namespace
http://www.w3.org/1999/XSL/Format
Annotations
Defines the acceptable format for hexidecimal colours in table FO attributes
Diagram
Facets
pattern
#[0-9a-f]{6}
Source
<xsd:simpleType name="TableColorHexType"><xsd:annotation><xsd:documentation><h:p>Defines the acceptable format for hexidecimal colours in table FO attributes</h:p></xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:pattern value="#[0-9a-f]{6}"><xsd:annotation><xsd:documentation>A hexadecimal value (e.g. #4b0082 is indigo)</xsd:documentation></xsd:annotation></xsd:pattern></xsd:restriction></xsd:simpleType>
Defines the rotation of the text in the cell in either a positive or negative direction
(using negative values will give the inverse rotation to using the positive value)
where positive is clockwise
<xsd:attribute name="reference-orientation"><xsd:annotation><xsd:documentation>Defines the rotation of the text in the cell in either a positive or negative direction (using negative values will give the inverse rotation to using the positive value) where positive is clockwise</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="0"/><xsd:enumeration value="90"/><xsd:enumeration value="180"/><xsd:enumeration value="270"/><xsd:enumeration value="-90"/><xsd:enumeration value="-180"/><xsd:enumeration value="-270"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attributeGroup name="TableBorderLeftAttributes"><xsd:annotation><xsd:documentation><h:p>Defines a table left border, using either default values, or a combination of style, color and width.</h:p><h:p>Some of the attribute names have been copied from the W3 XSL:FO specification</h:p></xsd:documentation></xsd:annotation><xsd:attribute name="border-left-style" type="TableBorderStyleType" default="inherit"/><xsd:attribute name="border-left-color" type="TableColorType" default="inherit"/><xsd:attribute name="border-left-width" type="TableSimpleLengthType" default="inherit"/></xsd:attributeGroup>
Attribute Group TableBorderTopAttributes
Namespace
http://www.w3.org/1999/XSL/Format
Annotations
Defines a table top border, using either default values, or a combination of style,
color and width
Some of the attribute names have been copied from the W3 XSL:FO specification
<xsd:attributeGroup name="TableBorderTopAttributes"><xsd:annotation><xsd:documentation><h:p>Defines a table top border, using either default values, or a combination of style, color and width</h:p><h:p>Some of the attribute names have been copied from the W3 XSL:FO specification</h:p></xsd:documentation></xsd:annotation><xsd:attribute name="border-top-style" type="TableBorderStyleType" default="inherit"/><xsd:attribute name="border-top-color" type="TableColorType" default="inherit"/><xsd:attribute name="border-top-width" type="TableSimpleLengthType" default="inherit"/></xsd:attributeGroup>
Attribute Group TableBorderAttributes
Namespace
http://www.w3.org/1999/XSL/Format
Annotations
Defines table right and bottom borders, using either default values, or a combination
of style, color and width
Some of the attribute names have been copied from the W3 XSL:FO specification
<xsd:attributeGroup name="TableBorderAttributes"><xsd:annotation><xsd:documentation><h:p>Defines table right and bottom borders, using either default values, or a combination of style, color and width</h:p><h:p>Some of the attribute names have been copied from the W3 XSL:FO specification</h:p></xsd:documentation></xsd:annotation><xsd:attribute name="border-right-style" type="TableBorderStyleType" default="inherit"/><xsd:attribute name="border-bottom-style" type="TableBorderStyleType" default="inherit"/><xsd:attribute name="border-right-color" type="TableColorType" default="inherit"/><xsd:attribute name="border-bottom-color" type="TableColorType" default="inherit"/><xsd:attribute name="border-right-width" type="TableSimpleLengthType" default="inherit"/><xsd:attribute name="border-bottom-width" type="TableSimpleLengthType" default="inherit"/></xsd:attributeGroup>
Defines the rotation of the text in the cell in either a positive or negative direction
(using negative values will give the inverse rotation to using the positive value)
where positive is clockwise
Source
<xsd:attributeGroup name="BlockOrientation"><xsd:attribute name="reference-orientation"><xsd:annotation><xsd:documentation>Defines the rotation of the text in the cell in either a positive or negative direction (using negative values will give the inverse rotation to using the positive value) where positive is clockwise</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="0"/><xsd:enumeration value="90"/><xsd:enumeration value="180"/><xsd:enumeration value="270"/><xsd:enumeration value="-90"/><xsd:enumeration value="-180"/><xsd:enumeration value="-270"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:attributeGroup>