2.3.4.2.47 fld_Type
Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core
Referenced by: Text_Type
A complex type that specifies a text field in a text run.
Attributes:
IX: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the text field to use. It MUST be the IX attribute of a Row_Type that has a Field Section_Type parent element.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="fld_Type"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="IX" type="xsd:unsignedInt" use="required"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType>