attributeGroup "cellhalign"
Namespace:
Content:
Defined:
globally in htmltblx.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
("left" | "center" | "right" | "justify" | "char")
 = 
xs:anySimpleType
 = 
xs:anySimpleType
...>
Known Usage Locations
Attribute Detail (all declarations; defined within this component only; 3/3)
align
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"left", "center", "right", "justify", "char"
XML Source (see within schema source)
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="justify"/>
<xs:enumeration value="char"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

char
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="char"/>

charoff
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="charoff"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.