DataColumns_Type complexType (Visio XML)
- Article
-
-
|
Value |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
Schema file
|
VisioSchema15-2012-06-05.xsd
|
Extension base
|
None
|
Definition
<xs:complexType name="DataColumns_Type">
<xs:sequence>
<xs:element name="DataColumn" type="DataColumn_Type"
minOccurs="1"
maxOccurs="unbounded"
>
</xs:element>
</xs:sequence>
<xs:attribute name="SortColumn"
type="xsd:string"
/>
<xs:attribute name="SortAsc"
type="xsd:boolean"
/>
</xs:complexType>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
SortAsc
|
xsd:boolean
|
optional
|
|
Values of the xsd:boolean type. |
SortColumn
|
xsd:string
|
optional
|
|
Values of the xsd:string type. |