attributeGroup Table-alignment.attrib

attributeGroup {http://www.w3.org/1998/Math/MathML}Table-alignment.attrib

Target Namespacehttp://www.w3.org/1998/Math/MathML
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://www.w3.org/1998/Math/MathML

Usage:

    <xs:attributeGroup ref="Table-alignment.attrib"/>

May be used in:
 another global attributeGroup
 a complexType
 an extension or restriction of simple or complex content

Attributes:

rowalign
groupalign
columnalign


Source

<xs:attributeGroup name="Table-alignment.attrib">
    <
xs:attribute name="rowalign" default="baseline">
        <
xs:simpleType>
            <
xs:restriction base="xs:string">
                <
xs:pattern
                    
value="(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)*"/>
            </
xs:restriction>
        </
xs:simpleType>
    </
xs:attribute>
    <
xs:attribute name="columnalign" default="center">
        <
xs:simpleType>
            <
xs:restriction base="xs:string">
                <
xs:pattern value="(left|center|right)( left| center| right)*"/>
            </
xs:restriction>
        </
xs:simpleType>
    </
xs:attribute>
    <
xs:attribute name="groupalign" type="xs:string"/>
</
xs:attributeGroup>


attributeGroup Table-alignment.attrib


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.