Definition Type: ComplexType
Name: TextCell_Type
Namespace: http://schemas.microsoft.com/visio/2003/core
Containing Schema: visio.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fld in schema visio_xsd Drilldown into tp in schema visio_xsd Drilldown into pp in schema visio_xsd Drilldown into cp in schema visio_xsdXSD Diagram of TextCell_Type in schema visio_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="TextCell_Type" mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:element name="cp" type="cp_Type" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="pp" type="pp_Type" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="tp" type="tp_Type" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="fld" type="fld_Type" minOccurs="0" maxOccurs="unbounded" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cp nsA:cp 0 unbounded
pp nsA:pp 0 unbounded
tp nsA:tp 0 unbounded
fld nsA:fld 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:Text_Type