Definition Type: AttributeGroup
Name: cellAlign
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Collapse XSD Schema Diagram:
Drilldown into charoff in schema nitf-3-4_xsd Drilldown into char in schema nitf-3-4_xsd Drilldown into align in schema nitf-3-4_xsdXSD Diagram of cellAlign in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<attributeGroup name="cellAlign">
    <attribute name="align" use="optional">
        <annotation>
            <documentation>Alignment of text in the cell or column group.</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="left" />
                <enumeration value="center" />
                <enumeration value="right" />
                <enumeration value="justify" />
                <enumeration value="char" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="char" type="string" use="optional">
        <annotation>
            <documentation>HTML formatting attribute.</documentation>
        </annotation>
    </attribute>
    <attribute name="charoff" type="string" use="optional">
        <annotation>
            <documentation>HTML formatting attribute.</documentation>
        </annotation>
    </attribute>
</attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
align nitf:align Optional
char nitf:char Optional
charoff nitf:charoff Optional