DataRecordSet_Type complexType (Visio XML)

Type information

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="DataRecordSet_Type">
          
          <xs:sequence>
    <xs:element name="Rel"  type="Rel_Type"
     minOccurs="1"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="DataColumns"  type="DataColumns_Type"
     minOccurs="1"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="PrimaryKey"  type="PrimaryKey_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
    <xs:element name="RowMap"  type="RowMap_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
    <xs:element name="RefreshConflict"  type="RefreshConflict_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
    <xs:element name="AutoLinkComparison"  type="AutoLinkComparison_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
      </xs:sequence>
    <xs:attribute name="ID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="ConnectionID"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Command"
  type="xsd:string"
    />
    <xs:attribute name="Options"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="TimeRefreshed"
  type="xsd:dateTime"
    />
    <xs:attribute name="NextRowID"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Name"
  type="xsd:string"
    />
    <xs:attribute name="RowOrder"
  type="xsd:boolean"
    />
    <xs:attribute name="RefreshOverwriteAll"
  type="xsd:boolean"
    />
    <xs:attribute name="RefreshNoReconciliationUI"
  type="xsd:boolean"
    />
    <xs:attribute name="RefreshInterval"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="ReplaceLinks"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Checksum"
  type="xsd:unsignedInt"
    />
      </xs:complexType>
      

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element Type Description
AutoLinkComparison
AutoLinkComparison_Type
DataColumns
DataColumns_Type
PrimaryKey
PrimaryKey_Type
RefreshConflict
RefreshConflict_Type
Rel
Rel_Type
RowMap
RowMap_Type

Attributes

Attribute Type Required Description Possible values
Checksum
xsd:unsignedInt
optional
Values of the xsd:unsignedInt type.
Command
xsd:string
optional
Values of the xsd:string type.
ConnectionID
xsd:unsignedInt
optional
Values of the xsd:unsignedInt type.
ID
xsd:unsignedInt
required
Values of the xsd:unsignedInt type.
Name
xsd:string
optional
Values of the xsd:string type.
NextRowID
xsd:unsignedInt
optional
Values of the xsd:unsignedInt type.
Options
xsd:unsignedInt
optional
Values of the xsd:unsignedInt type.
RefreshInterval
xsd:unsignedInt
optional
Values of the xsd:unsignedInt type.
RefreshNoReconciliationUI
xsd:boolean
optional
Values of the xsd:boolean type.
RefreshOverwriteAll
xsd:boolean
optional
Values of the xsd:boolean type.
ReplaceLinks
xsd:unsignedInt
optional
Values of the xsd:unsignedInt type.
RowOrder
xsd:boolean
optional
Values of the xsd:boolean type.
TimeRefreshed
xsd:dateTime
optional
Values of the xsd:dateTime type.