Definition Type: ComplexType
Name: TextBlock_Type
Namespace: http://schemas.microsoft.com/visio/2003/core
Type: nsA:Row_Type
Containing Schema: visio.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TextBkgndTrans in schema visio_xsd Drilldown into TextDirection in schema visio_xsd Drilldown into DefaultTabStop in schema visio_xsd Drilldown into TextBkgnd in schema visio_xsd Drilldown into VerticalAlign in schema visio_xsd Drilldown into BottomMargin in schema visio_xsd Drilldown into TopMargin in schema visio_xsd Drilldown into RightMargin in schema visio_xsd Drilldown into LeftMargin in schema visio_xsd Drilldown into Del in schema visio_xsd Drilldown into Row_Type in schema visio_xsdXSD Diagram of TextBlock_Type in schema visio_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="TextBlock_Type">
    <xsd:complexContent>
        <xsd:extension base="Row_Type">
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:element name="LeftMargin" type="LeftMargin_Type" minOccurs="0" />
                <xsd:element name="RightMargin" type="RightMargin_Type" minOccurs="0" />
                <xsd:element name="TopMargin" type="TopMargin_Type" minOccurs="0" />
                <xsd:element name="BottomMargin" type="BottomMargin_Type" minOccurs="0" />
                <xsd:element name="VerticalAlign" type="VerticalAlign_Type" minOccurs="0" />
                <xsd:element name="TextBkgnd" type="TextBkgnd_Type" minOccurs="0" />
                <xsd:element name="DefaultTabStop" type="DefaultTabStop_Type" minOccurs="0" />
                <xsd:element name="TextDirection" type="TextDirection_Type" minOccurs="0" />
                <xsd:element name="TextBkgndTrans" type="TextBkgndTrans_Type" minOccurs="0" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LeftMargin nsA:LeftMargin 0 (1)
RightMargin nsA:RightMargin 0 (1)
TopMargin nsA:TopMargin 0 (1)
BottomMargin nsA:BottomMargin 0 (1)
VerticalAlign nsA:VerticalAlign 0 (1)
TextBkgnd nsA:TextBkgnd 0 (1)
DefaultTabStop nsA:DefaultTabStop 0 (1)
TextDirection nsA:TextDirection 0 (1)
TextBkgndTrans nsA:TextBkgndTrans 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Del nsA:Del (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:TextBlock