Definition Type: SimpleType
Name: ST_RectAlignment
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-baseTypes.xsd
Documentation:
Rectangle Alignments
Collapse XSD Schema Diagram:
XSD Diagram of ST_RectAlignment in schema dml-basetypes_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_RectAlignment">
    <xsd:annotation>
        <xsd:documentation>Rectangle Alignments</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="tl">
            <xsd:annotation>
                <xsd:documentation>Rectangle Alignment Enum ( Top Left )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="t">
            <xsd:annotation>
                <xsd:documentation>Rectangle Alignment Enum ( Top )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="tr">
            <xsd:annotation>
                <xsd:documentation>Rectangle Alignment Enum ( Top Right )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="l">
            <xsd:annotation>
                <xsd:documentation>Rectangle Alignment Enum ( Left )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="ctr">
            <xsd:annotation>
                <xsd:documentation>Rectangle Alignment Enum ( Center )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="r">
            <xsd:annotation>
                <xsd:documentation>Rectangle Alignment Enum ( Right )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="bl">
            <xsd:annotation>
                <xsd:documentation>Rectangle Alignment Enum ( Bottom Left )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="b">
            <xsd:annotation>
                <xsd:documentation>Rectangle Alignment Enum ( Bottom )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="br">
            <xsd:annotation>
                <xsd:documentation>Rectangle Alignment Enum ( Bottom Right )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration tl
Enumeration t
Enumeration tr
Enumeration l
Enumeration ctr
Enumeration r
Enumeration bl
Enumeration b
Enumeration br
Collapse Derivation Tree:
Collapse References:
a:algn, a:algn, a:algn