2.3.4.2.36 DataColumns_Type
Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core
Referenced by: DataRecordSet_Type
A complex type that specifies a collection of fields in a recordset.
Child Elements:
DataColumn: A DataColumn_Type element that specifies a field in a recordset.
Attributes:
SortColumn: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.
SortAsc: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="DataColumns_Type"> <xsd:sequence> <xsd:element name="DataColumn" type="DataColumn_Type" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="SortColumn" type="xsd:string"/> <xsd:attribute name="SortAsc" type="xsd:boolean"/> </xsd:complexType>