DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
attributeGroup "CellHAlign.attrib"
Namespace:
Content:
Defined:
globally in xhtml-table-1.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
    align
 = 
("left" | "center" | "right" | "justify" | "char")
    char
 = 
xs:string
    charoff
 = 
(xs:nonNegativeInteger | xs:token)
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="CellHAlign.attrib">
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<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>
<xs:attribute name="char" type="Character"/>
<xs:attribute name="charoff" type="Length"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 3/3)
align
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"left", "center", "right", "justify", "char"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"left", "center", "right", "justify", "char"
XML Source (see within schema source)
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<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:
Use:
optional
Attribute Value
xs:string
Length:
1
XML Source (see within schema source)
<xs:attribute name="char" type="Character"/>

charoff
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="charoff" type="Length"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set