MATH Database Schema

This document attempts to describe the relationships between the tables in a MATH database, as well as constraints on the possible values for each entry and its meaning, so far as it may be known. The list of models contained in a database can be found by referring to the ModelDescription table, as that table contains one row per model.

All visible objects in a MATH model have an entry in the ObjectGeometry table with the same DocName; each object also has properties, contained in a table called XSystemObj, where the ObjectGeometry.ObjName is either equal to X or begins with X..

The properties tables have three columns in common (four, if P_objectID is counted). These common definitions are as follows:

Common To All *SystemObj Tables

Column Data Type Allowed Values Description
ID Int32 [Sequence number; not used directly by MATH]
DocName String ModelDescription.DocName The model name
PageName String Pages.PageName, where DocName is equal to Pages.DocName The name of the process within which the object is defined
ObjName String X or X.N, where the table is named XSystemObj, and N is a positive integer The identifier name of this particular object.

The (DocName, PageName, ObjName) triplet uniquely identifies any object within its particular table. Also, because the ObjName field is based on the table name, this triplet should always uniquely identify the object in the entire database. N.B.: When resolving references to values *SystemObj tables, only entries with matching DocName should be considered.

In the Allowed Values column of the tables below, some values have special meanings:

angle
a floating-point number followed by a space and then by "deg.", e.g., "0.0000 deg.".
attname
Any value from DocumentSystemObj.P_AttributeNames, Information__SystemObj.P_AttributeNames, PartSystemObj.P_AttributeNames or PersonSystemObj.P_AttributeNames with matching DocName.
irname
Any value from DocumentSystemObj.P_Name, Information__SystemObj.P_Name, PartSystemObj.P_Name or PersonSystemObj.P_Name with matching DocName.
length
a floating-point number followed by a space and then by "in.", e.g., "2.4219 in.".
parpnt
PAR(PNT(X.N!Connections.M,X.N!Connections.M)), indicating connector M on object X.N. Alternatively, sometimes these fields take on an absolute length (see length above).
performer
Any value from AgentSystemObj.T_Name, ResourceSystemObj.T_Name or Resource__SetSystemObj.T_Name
timeunit
Any of the literal strings "second", "minute", "hour", "day", "week", "month", "year".

ActorSystemObj_UsecaseType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
U_CH String [unused?]
D2_Description String [unused?]
T_AText String [unused?]

AgentSystemObj

Column Data Type Allowed Values Description
T_Name String Equal to P_Name
P_Name String User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_Type String Application|Promote|Demote|Set State The user-supplied Specialty
P_DoUpdate String [unused?]
P_Reference String [unused?]
P_Description String [unused?]
P_UDType String [unused?]
P_ShowLabel String [unused?]
P_UDAttNames String [unused?]

AggregationSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
U_RoleACardinality String [unused?]
U_RoleBCardinality String [unused?]
U_RoleAAggregate String [unused?]
U_RoleBAggregate String [unused?]
U_RoleAComposition String [unused?]
U_RoleBComposition String [unused?]
U_RoleAChangeable String [unused?]
U_RoleBChangeable String [unused?]
U_RoleAOrdered String [unused?]
U_RoleBOrdered String [unused?]
U_RoleANavigable String [unused?]
U_RoleBNavigable String [unused?]
U_RoleAName String [unused?]
U_RoleBName String [unused?]
U_Name String [unused?]
U_Visibility String [unused?]
U_Error String [unused?]
U_ErrorMessage String [unused?]
U_Documentation String [unused?]
U_RoleADocumentation String [unused?]
U_RoleBDocumentation String [unused?]
U_RoleAVisibility String [unused?]
U_RoleBVisibility String [unused?]
U_ShowName String [unused?]
U_ShowRoleAName String [unused?]
U_ShowRoleBName String [unused?]
U_ShowRoleACardinality String [unused?]
U_ShowRoleBCardinality String [unused?]
U_UmlShapeType String [unused?]
U_Stereotype String [unused?]
U_ShowStereotype String [unused?]
N_BeginX String [unused?]
N_BeginY String [unused?]
N_EndX String [unused?]
N_EndY String [unused?]
F_BeginXF String [unused?]
F_BeginYF String [unused?]
F_EndXF String [unused?]
F_EndYF String [unused?]

AggregationSystemObj_ClassType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
U_RoleACardinality String [unused?]
U_RoleBCardinality String [unused?]
U_RoleAAggregate String [unused?]
U_RoleBAggregate String [unused?]
U_RoleAComposition String [unused?]
U_RoleBComposition String [unused?]
U_RoleAChangeable String [unused?]
U_RoleBChangeable String [unused?]
U_RoleAOrdered String [unused?]
U_RoleBOrdered String [unused?]
U_RoleANavigable String [unused?]
U_RoleBNavigable String [unused?]
U_RoleAName String [unused?]
U_RoleBName String [unused?]
U_Name String [unused?]
U_Visibility String [unused?]
U_Error String [unused?]
U_ErrorMessage String [unused?]
U_Documentation String [unused?]
U_RoleADocumentation String [unused?]
U_RoleBDocumentation String [unused?]
U_RoleAVisibility String [unused?]
U_RoleBVisibility String [unused?]
U_ShowName String [unused?]
U_ShowRoleAName String [unused?]
U_ShowRoleBName String [unused?]
U_ShowRoleACardinality String [unused?]
U_ShowRoleBCardinality String [unused?]
U_UmlShapeType String [unused?]
U_Stereotype String [unused?]
U_ShowStereotype String [unused?]
N_BeginX String [unused?]
N_BeginY String [unused?]
N_EndX String [unused?]
N_EndY String [unused?]
F_BeginXF String [unused?]
F_BeginYF String [unused?]
F_EndXF String [unused?]
F_EndYF String [unused?]

And__CircleSystemObj_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier

Applications

[Table appears not to be used]

Column Data Type Allowed Values Description
AppID String [unused?]
Description String [unused?]
Profile String [unused?]

ArrowSystemObj

Column Data Type Allowed Values Description
P_Name String Arrow.In N or Arrow.Out N, where N is a positive integer User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String Yes ???

AssignSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_AssignType String [unused?]
P_AttributeName String [unused?]
P_VariableName String [unused?]
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_Resource String [unused?]
P_EqualTo String [unused?]
P_PictureName String [unused?]
P_TypeName String [unused?]
P_OtherName String [unused?]

AssociationSystemObj

Column Data Type Allowed Values Description
P_Name String User-supplied name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_DoUpdate String 1.0000 ???
N_BeginX String length Location in inches
N_BeginY String length ???
N_EndX String length ???
N_EndY String length ???
F_BeginXF String parpnt ???
F_BeginYF String parpnt ???
F_EndXF String parpnt ???
F_EndYF String parpnt ???
T_FText String User-supplied label(?)

AssociationType

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]

BoundarySystemObj_CooppicType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
U_CH String [unused?]
T_BText String [unused?]

BoundarySystemObj_PubSubType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
U_CH String [unused?]
T_BText String [unused?]

BoundarySystemObj_UsecaseType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
U_CH String [unused?]
T_BText String [unused?]

ClassSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_utility String [unused?]
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
U_Error String [unused?]
U_ErrorMessage String [unused?]
U_Reference String [unused?]
U_UmlShapeType String [unused?]
U_ReferencePackage String [unused?]
U_AttVisible String [unused?]
U_OpsVisible String [unused?]
U_Type String [unused?]
U_Name String [unused?]
U_Visibility String [unused?]
U_Cardinality String [unused?]
U_Persistence String [unused?]
U_ShowPrms String [unused?]
U_Documentation String [unused?]
U_Stereotype String [unused?]
U_ShowStereotype String [unused?]
U_IsRoot String [unused?]
U_IsLeaf String [unused?]
U_IsAbstract String [unused?]
U_AttSuppress String [unused?]
U_OpsSuppress String [unused?]
U_RefPageGuid String [unused?]
U_RefShapeGuid String [unused?]
U_IsTemplate String [unused?]

ClassSystemObj_ClassType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_utility String [unused?]
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
U_Error String [unused?]
U_ErrorMessage String [unused?]
U_Reference String [unused?]
U_UmlShapeType String [unused?]
U_ReferencePackage String [unused?]
U_AttVisible String [unused?]
U_OpsVisible String [unused?]
U_Type String [unused?]
U_Name String [unused?]
U_Visibility String [unused?]
U_Cardinality String [unused?]
U_Persistence String [unused?]
U_ShowPrms String [unused?]
U_Documentation String [unused?]
U_Stereotype String [unused?]
U_ShowStereotype String [unused?]
U_IsRoot String [unused?]
U_IsLeaf String [unused?]
U_IsAbstract String [unused?]
U_AttSuppress String [unused?]
U_OpsSuppress String [unused?]
U_RefPageGuid String [unused?]
U_RefShapeGuid String [unused?]
U_IsTemplate String [unused?]

Connector__LineSystemObj_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
N_BeginX String [unused?]
N_BeginY String [unused?]
N_EndX String [unused?]
N_EndY String [unused?]
F_BeginXF String [unused?]
F_BeginYF String [unused?]
F_EndXF String [unused?]
F_EndYF String [unused?]
T_FText String [unused?]

ConnectSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_connectTo String [unused?]
P_ConnectFrom String [unused?]
P_Duration String [unused?]
P_Expression String [unused?]

DBVersion

Column Data Type Allowed Values Description
DBVersion Int32 12 ???
MS2Version Int32 121 ???
Provider String (empty) ???

DocumentSystemObj

Column Data Type Allowed Values Description
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_Name String User-defined (non-canonical) object name
P_Type String Database|Billing Form|Chart|Chart Label, Copy of ID & Insurance Card|Encounter Faxed Lab Result|Lab Order, Med Order|Medical Form|paper documents|Patient Medical Info Form|Printed Rad Report|Rad Order User entered Type
P_AttributeNames String A semicolon-separated list of attribute names User-entered Attribute Names
P_AttributeValues String A semicolon-separated list of literal "Null", of the same length as P_AttributeNames ???
P_Class String Document ???
P_State String (empty) [unused?]

EndSystemObj

Column Data Type Allowed Values Description
P_Name String User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ParentProcessID String (empty) [unused?]
P_Description String [unused?]
P_Performer String A semicolon-separated list of performers Performers
P_SeqNum String [unused?]
P_Type String unknown (XXX value is always "Terminate"?)
P_Priority String 5.0000 ???
P_Value String 0.0000 ???
P_RefMatName1 String [unused?]
P_RefMatStage1 String 0.0000 ???
P_RefMatType1 String [unused?]
P_RefMatCategory1 String [unused?]
P_RefMatQuantity1 String 0.0000 ???
P_Delay String 00:00:00 ???
P_Icon String [unused?]
P_MatInputRules String all ???
P_Reference String 0.0000 ???
P_DoUpdate String 1.0000 ???
U_Envelope String 0|1 0 if Message Event, 1 otherwise
U_Compensation String 0|1 0 if Compensation Event, 1 otherwise
U_Error String 0|1 0 if Error Event, 1 otherwise
U_Terminate String 0|1 0 if event terminates process, 1 otherwise
U_InputName String [unused?]

EntitySystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_EntitiesRG String [unused?]
P_InitialCost String [unused?]
P_PictureElement String [unused?]
P_EntityName String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
T_Name String [unused?]
P_Type String [unused?]
P_HoldingCost String [unused?]
P_InitVACo String [unused?]
P_InitNVAC String [unused?]
P_Waiting String [unused?]
P_Class String [unused?]

ExchangeSystemObj_CooppicType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
P_StartUseCase String [unused?]
P_EndUseCase String [unused?]
P_ShowLabel String [unused?]
P_StartRole String [unused?]
P_EndRole String [unused?]
P_Class String [unused?]
P_Description String [unused?]
T_EText String [unused?]

ExchangeSystemObj_PubSubType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
P_PubNode String [unused?]
P_SubNode String [unused?]
P_ShowLabel String [unused?]
P_ExchangeXMLDoc String [unused?]
P_Class String [unused?]
D2_Description String [unused?]
T_BText String [unused?]

FlowSystemObj

Column Data Type Allowed Values Description
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ParentProcessID String [unused?]
P_MatName String irname User-supplied Artifact Name
P_MatType String form ???
P_MatStage String [unused?]
P_Name String User-defined (non-canonical) object name
P_MatCategory String Default ???
P_MatNumberIn String User-supplied Successor Input Quantity (minimum only)
P_MatNumberOut String User-supplied Predecessor Output Quantity (minimum only)
P_MatProbability String ???
P_MatDesc String [unused?]
P_IsExcelonOnly String ???
P_Reference String ???
P_DoUpdate String ???
P_Type String ???
P_Cost String ???
P_Percent String Simulation variable: percentage that this flow will be taken from an OR gate, or weighted percentage from an XOR gate
P_MoveTime String ???
P_MoveType String User-assigned flow label
P_MatNumberOutMax String User-supplied Predecessor Output Quantity (maximum)
P_MatNumberInMax String User-supplied Successor Input Quantity (maximum)
U_SourceActivityID String [unused?]
U_DestActivityID String [unused?]
N_BeginX String length Numeric X coordinate of begin point
N_BeginY String length Numeric Y of begin point
N_EndX String length Numeric X of end point
N_EndY String length Numeric Y of end point
F_BeginXF String parpnt Encoded begin point (X, if a length)
F_BeginYF String parpnt Encoded begin point (Y, if a length)
F_EndXF String parpnt Encoded end point (X, if a length)
F_EndYF String parpnt Encoded end point (Y, if a length)
T_FText String ???
P_Label String User-defined (non-canonical) display label (XXX overwritten by artifact name?)
P_SubFromToConn String |toSub|fromSub User-specified to or from subprocess

FunctionSystemObj_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_SubName String [unused?]
P_Element String [unused?]
P_RefFuctionName String [unused?]
P_Parent String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_InputTrig String [unused?]
P_OutputTrig String [unused?]
U_LinkState String [unused?]
UHL_LinkPage String [unused?]
P_Description String [unused?]
U_FlatFileName String [unused?]
U_Submodel String [unused?]

GatewaySystemObj

Column Data Type Allowed Values Description
P_Name String User-defined (non-canonical) object name
P_ParentProcessID String [unused?]
P_Description String User-supplied description
P_Performer String A semicolon-separated list of performers unused
P_Units String timeunit Time units
P_SeqNum String [unused?]
P_Type String 0.0000 ???
P_FixedCost String numeric User-supplied fixed cost
P_Duration String Constant|Normal|Uniform|Triangular User-supplied distribution type
P_Priority String User-supplied priority
P_Value String User-supplied value
P_RefMatName1 String 0.0000 ???
P_RefMatStage1 String 0.0000
P_RefMatType1 String [unused?]
P_RefMatCategory1 String 0.0000
P_RefMatQuantity1 String 0.0000
P_Delay String 1.0000 ???
P_Icon String 0|1 ???
P_MatInputRules String [unused?]
P_MatDestRules String [unused?]
P_Minimum String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_DistFlag String 0|1 unknown (Whether a distribution has been chosen?)
P_Capacity String 0.0000 ???
P_ReservedDelay String [unused?]
P_SelectionRule String [unused?]
P_DelayExpression String Constant|Normal|Uniform|Triangular Type of distribution for delay(?)
P_Stddev String Standard dev of delay(?)
P_Average String Mean of delay(?)
P_Reference String 0.0000 ???
U_And String 0|1 1 if an AND gateway, 0 otherwise
U_Or String 0|1 1 if an OR gateway, 0 otherwise
U_Xor String 0|1 1 if an XOR gateway, 0 otherwise
U_Event String 0|1 1 if an Event-Based Gateway, 0 otherwise
U_Complex String 0|1 1 if a COMPLEX gateway, 0 otherwise
U_InputName String ???
U_Outputname String ???
P_ComplexConditionString String A semicolon-separated list of comma-separated lists, each containing the following six entries:
  1. And|Or
  2. Input Information Resource|Output Information Resource
  3. FlowSystemObj.P_Name
  4. Information__SystemSystemObj.P_AttributeNames
  5. Less Than|Less Or Equal To|Equal To|Greater Or Equal To|Greater Than|Not Equal To
  6. (any value)
A complex condition string. The meaning of each component is as follows:
  1. How this expression related to the previous one.
  2. Whether the test relates to an input flow or an output flow.
  3. The name of the flow being referenced
  4. The name of the attribute being tested
  5. The operator comparing the value of the above attribute with the constant value below
  6. The constant value to be tested against

Glossary

[Table appears not to be used]

Column Data Type Allowed Values Description
Term String [unused?]
Definition String [unused?]
Scope String [unused?]
Type String [unused?]

Glossary2

[Table appears not to be used]

Column Data Type Allowed Values Description
Term String [unused?]
Definition String [unused?]
Scope String [unused?]
Type String [unused?]

GroupSystemObj

Column Data Type Allowed Values Description
P_Name String User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_DoUpdate String [unused?]
P_Reference String [unused?]
P_shapeVersion String [unused?]

Information__SystemSystemObj

Column Data Type Allowed Values Description
P_Name String User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_Type String Doctor Program|EMR/EHR|Electronic Doc|Scanned Report|Scanned Chart User-specified type
P_AttributeNames String A semicolon-separated list of attnames Attribtue Names
P_AttributeValues String A semicolon-separated list of literal "Null" the same length as P_AttributeNames. ???
P_Class String Information System ???
P_State String [unused?]

IntermediateSystemObj

Column Data Type Allowed Values Description
P_Name String User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ParentProcessID String [unused?]
P_Description String [unused?]
P_Performer String A semicolon-separated list of performers User-specified performers.
P_SeqNum String [unused?]
P_Type String Transform ???
P_Priority String 5.0000 ???
P_FixedCost String 0.0000 ???
P_Duration String 00:00:00 ???
P_Value String 0.0000 ???
P_RefMatName1 String [unused?]
P_RefMatStage1 String 0.0000 ???
P_RefMatType1 String [unused?]
P_RefMatCategory1 String [unused?]
P_RefMatQuantity1 String 0.0000 ???
P_ReservedDelay String 00:00:00 ???
P_MatInputRules String all ???
P_Delay String 00:00:00 ???
P_Icon String [unused?]
P_Reference String 0.0000 ???
P_DoUpdate String 1.0000 ???
U_Watch String 0|1 0 if a Timer Event, 1 otherwise
U_Envelope String 0|1 0 if a Message Event, 1 otherwise
U_Compensation String 0|1 0 if a Compensation Event, 1 otherwise
U_Error String 0|1 0 if an Error Event, 1 otherwise
U_Square String 0|1 0 if a Rule Event, 1 otherwise
U_InputName String [unused?]
U_OutputName String [unused?]
U_Link String 0|1
P_LinkObject String [unused?]

Join__CircleSystemObj_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier

MessageSystemObj

Column Data Type Allowed Values Description
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_Message String User-defined (non-canonical) object name
P_MsgDesc String User-defined description
P_Name String Automatically defined object name (but unrelated to ObjName)
P_MsgProbability String 100.0000 ???
P_Reference String 0.0000 ???
P_DoUpdate String 1.0000 ???
P_Cost String [unused?]
P_Percent String [unused?]
P_FromObject String unknown (not what it seems)
P_ToObject String unknown (not what it seems)
N_BeginX String length The distance from the message flow's begin point to the left side of the page
N_BeginY String length The distance from the message flow's begin point to the bottom of the page
N_EndX String length The distance from the message flow's end point to the left side of the page
N_EndY String length The distance from the message flow's end point to the bottom of the page
F_BeginXF String parpnt An encoded representation of the object connected to the message flow's begin point; X, if a length
F_BeginYF String parpnt As above; Y, if a length
F_EndXF String parpnt An encoded representation of the object connected to the message flow's end point; X, if a length
F_EndYF String parpnt As above; Y, if a length

ModelDescription

Column Data Type Allowed Values Description
MetaModel Boolean
Author String [unused?]
Company String [unused?]
Devision String [unused?]
Owner String [unused?]
Category String [unused?]
KeyWords String [unused?]
Description String [unused?]
Changes String [unused?]
Status String ???
VisioFile String The Visio filename
StoreVisio Boolean Whether to save The Visio file when the model is saved; 0 means no, -1 means yes.
ModelURL String [unused?]
DocumentationURL String [unused?]
LastSaved String [unused?]
MS2Version String [unused?]
ModelClass Int32 ???
ModelStatus Int32 ???
ProcessComponent Boolean ???
Keyword1 String [unused?]
Keyword2 String [unused?]
Keyword3 String [unused?]
Keyword4 String [unused?]
XMxfileName String [unused?]
ParentClass String [unused?]
CheckedByWhom String [unused?]
Goal String [unused?]
Details Boolean ???
Lock Int32 ???
AssociatedDiagram String [unused?]

ModelDescription_ClassType

[Table appears not to be used]

Column Data Type Allowed Values Description
MetaModel Boolean [unused?]
Author String [unused?]
Company String [unused?]
Devision String [unused?]
Owner String [unused?]
Category String [unused?]
KeyWords String [unused?]
Description String [unused?]
Changes String [unused?]
Status String [unused?]
VisioFile String [unused?]
StoreVisio Boolean [unused?]
ModelURL String [unused?]
DocumentationURL String [unused?]
LastSaved String [unused?]
MS2Version String [unused?]
ModelClass Int32 [unused?]
ModelStatus Int32 [unused?]
ProcessComponent Boolean [unused?]
Keyword1 String [unused?]
Keyword2 String [unused?]
Keyword3 String [unused?]
Keyword4 String [unused?]
XMxfileName String [unused?]
ParentClass String [unused?]
CheckedByWhom String [unused?]
Goal String [unused?]
Details Boolean [unused?]
Lock Int32 [unused?]
AssociatedDiagram String [unused?]

ModelDescription_CooppicType

[Table appears not to be used]

Column Data Type Allowed Values Description
MetaModel Boolean [unused?]
Author String [unused?]
Company String [unused?]
Devision String [unused?]
Owner String [unused?]
Category String [unused?]
KeyWords String [unused?]
Description String [unused?]
Changes String [unused?]
Status String [unused?]
VisioFile String [unused?]
StoreVisio Boolean [unused?]
ModelURL String [unused?]
DocumentationURL String [unused?]
LastSaved String [unused?]
MS2Version String [unused?]
ModelClass Int32 [unused?]
ModelStatus Int32 [unused?]
ProcessComponent Boolean [unused?]
Keyword1 String [unused?]
Keyword2 String [unused?]
Keyword3 String [unused?]
Keyword4 String [unused?]
XMxfileName String [unused?]
ParentClass String [unused?]
CheckedByWhom String [unused?]
Goal String [unused?]
Details Boolean [unused?]
Lock Int32 [unused?]
AssociatedDiagram String [unused?]

ModelDescription_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
MetaModel Boolean [unused?]
Author String [unused?]
Company String [unused?]
Devision String [unused?]
Owner String [unused?]
Category String [unused?]
KeyWords String [unused?]
Description String [unused?]
Changes String [unused?]
Status String [unused?]
VisioFile String [unused?]
StoreVisio Boolean [unused?]
ModelURL String [unused?]
DocumentationURL String [unused?]
LastSaved String [unused?]
MS2Version String [unused?]
ModelClass Int32 [unused?]
ModelStatus Int32 [unused?]
ProcessComponent Boolean [unused?]
Keyword1 String [unused?]
Keyword2 String [unused?]
Keyword3 String [unused?]
Keyword4 String [unused?]
XMxfileName String [unused?]
ParentClass String [unused?]
CheckedByWhom String [unused?]
Goal String [unused?]
Details Boolean [unused?]
Lock Int32 [unused?]
AssociatedDiagram String [unused?]

ModelDescription_PubSubType

[Table appears not to be used]

Column Data Type Allowed Values Description
MetaModel Boolean [unused?]
Author String [unused?]
Company String [unused?]
Devision String [unused?]
Owner String [unused?]
Category String [unused?]
KeyWords String [unused?]
Description String [unused?]
Changes String [unused?]
Status String [unused?]
VisioFile String [unused?]
StoreVisio Boolean [unused?]
ModelURL String [unused?]
DocumentationURL String [unused?]
LastSaved String [unused?]
MS2Version String [unused?]
ModelClass Int32 [unused?]
ModelStatus Int32 [unused?]
ProcessComponent Boolean [unused?]
Keyword1 String [unused?]
Keyword2 String [unused?]
Keyword3 String [unused?]
Keyword4 String [unused?]
XMxfileName String [unused?]
ParentClass String [unused?]
CheckedByWhom String [unused?]
Goal String [unused?]
Details Boolean [unused?]
Lock Int32 [unused?]
AssociatedDiagram String [unused?]

ModelDescription_UsecaseType

[Table appears not to be used]

Column Data Type Allowed Values Description
MetaModel Boolean [unused?]
Author String [unused?]
Company String [unused?]
Devision String [unused?]
Owner String [unused?]
Category String [unused?]
KeyWords String [unused?]
Description String [unused?]
Changes String [unused?]
Status String [unused?]
VisioFile String [unused?]
StoreVisio Boolean [unused?]
ModelURL String [unused?]
DocumentationURL String [unused?]
LastSaved String [unused?]
MS2Version String [unused?]
ModelClass Int32 [unused?]
ModelStatus Int32 [unused?]
ProcessComponent Boolean [unused?]
Keyword1 String [unused?]
Keyword2 String [unused?]
Keyword3 String [unused?]
Keyword4 String [unused?]
XMxfileName String [unused?]
ParentClass String [unused?]
CheckedByWhom String [unused?]
Goal String [unused?]
Details Boolean [unused?]
Lock Int32 [unused?]
AssociatedDiagram String [unused?]

navBoxSystemObj

Column Data Type Allowed Values Description
P_objectID String The Visio unique object identifier
P_Name String Equal to PageName
U_LinkState String 1.0000
U_LinkPage String Pages.PageName
U_Process String -1.0000
T_Text String "Process " concatenated with PageName

navBoxSystemObj_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_objectID String The Visio unique object identifier
P_Name String
U_LinkState String
U_LinkPage String
T_Text String
U_FlatFileName String
U_Submodel String

NodeSystemObj_PubSubType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
P_TaskModel String [unused?]
P_ShowLabel String [unused?]
P_SubProfileNames String [unused?]
P_AppName String [unused?]
P_XMLDocuments String [unused?]
P_Mode String [unused?]
P_PubProfileNames String [unused?]
P_DisplayName String [unused?]
D2_Description String [unused?]
T_BText String [unused?]

NoteSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
T_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]

NoteSystemObj_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
T_Text String [unused?]

ObjectGeometry

Column Data Type Allowed Values Description
objectID String 20 uppercase hexadecimal digits in the form "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" Reference to the Visio object
KDate String [unused?]
Width String length Object width (including "in." for inches etc)
Height String length Object height
Angle String angle Angle at which the object is rotated
Pinx String length Notional center X
Piny String length Notional center Y
LocPinx String length Offset X
LocPiny String length Offset Y
Flipx String FALSE ???
Flipy String FALSE ???
ResizeMode String 0 ???

ObjectGeometry_ClassType

[Table appears not to be used]

Column Data Type Allowed Values Description
objectID String [unused?]
KDate String [unused?]
Width String [unused?]
Height String [unused?]
Angle String [unused?]
Pinx String [unused?]
Piny String [unused?]
LocPinx String [unused?]
LocPiny String [unused?]
Flipx String [unused?]
Flipy String [unused?]
ResizeMode String [unused?]

ObjectGeometry_CooppicType

[Table appears not to be used]

Column Data Type Allowed Values Description
objectID String [unused?]
KDate String [unused?]
Width String [unused?]
Height String [unused?]
Angle String [unused?]
Pinx String [unused?]
Piny String [unused?]
LocPinx String [unused?]
LocPiny String [unused?]
Flipx String [unused?]
Flipy String [unused?]
ResizeMode String [unused?]

ObjectGeometry_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
objectID String [unused?]
KDate String [unused?]
Width String [unused?]
Height String [unused?]
Angle String [unused?]
Pinx String [unused?]
Piny String [unused?]
LocPinx String [unused?]
LocPiny String [unused?]
Flipx String [unused?]
Flipy String [unused?]
ResizeMode String [unused?]

ObjectGeometry_PubSubType

[Table appears not to be used]

Column Data Type Allowed Values Description
objectID String [unused?]
KDate String [unused?]
Width String [unused?]
Height String [unused?]
Angle String [unused?]
Pinx String [unused?]
Piny String [unused?]
LocPinx String [unused?]
LocPiny String [unused?]
Flipx String [unused?]
Flipy String [unused?]
ResizeMode String [unused?]

ObjectGeometry_UsecaseType

[Table appears not to be used]

Column Data Type Allowed Values Description
objectID String [unused?]
KDate String [unused?]
Width String [unused?]
Height String [unused?]
Angle String [unused?]
Pinx String [unused?]
Piny String [unused?]
LocPinx String [unused?]
LocPiny String [unused?]
Flipx String [unused?]
Flipy String [unused?]
ResizeMode String [unused?]

OccurrenceType

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]

Or__CircleSystemObj_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier

Organization

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]
Description String [unused?]
Profile String [unused?]

PageFooterSystemObj

Column Data Type Allowed Values Description
P_Name String Equal to PageName The name of the subprocess
P_objectID String ObjectGeometry.objectID The Visio unique object identifier

Pages

Column Data Type Allowed Values Description

Pages_ClassType

[Table appears not to be used]

Column Data Type Allowed Values Description

Pages_CooppicType

[Table appears not to be used]

Column Data Type Allowed Values Description

Pages_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description

Pages_PubSubType

[Table appears not to be used]

Column Data Type Allowed Values Description

Pages_UsecaseType

[Table appears not to be used]

Column Data Type Allowed Values Description

Params

[Table appears not to be used]

Column Data Type Allowed Values Description
AppID String [unused?]
ParamID String [unused?]
Type String [unused?]
Mode String [unused?]
Description String [unused?]

PartSystemObj

Column Data Type Allowed Values Description
P_Name String User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_Type String Blood sample|Equipment|Medical Sample The user-selected part type
P_AttributeNames String A semicolon-separated list of attrnames User-reported attribute names
P_AttributeValues String A semicolon-separated list of literal "Null" the same length as P_AttributeNames ???
P_Class String Part ???
P_State String [unused?]

PersonSystemObj

Column Data Type Allowed Values Description
T_Name String Equal to P_Name [unused?]
P_Name String User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_Type String participant|patient|provider User-selected person type
P_AttributeNames String A semicolon-separated list of attrnames User-defined attribute names
P_AttributeValues String A semicolon-separated list of literal "Null" the same length as P_AttributeNames ???
P_Class String Person ???
P_State String [unused?]

PlaceSystemObj_CooppicType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
P_TaskModel String [unused?]
P_ShowLabel String [unused?]
D2_Description String [unused?]
T_PText String [unused?]

PoolSystemObj

Column Data Type Allowed Values Description
P_Name String User-defined (non-canonical) object name
P_TextLines String 1.0000 ???
P_RoleName String 0.0000 ???
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_DoUpdate String 0.0000 ???
P_Color String ???
P_Reference String 0.0000 ???
U_Colors String ???
U_TextColor String ???
U_LaneBox String 0.0000 ???

ProcessSystemObj

Column Data Type Allowed Values Description
P_Name String User-defined (unchangeable) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ParentProcessID String [unused?]
P_SeqNum String [unused?]
p_Goal String [unused?]
P_Icon String [unused?]
P_Description String User-entered description
P_Reference String 0.0000 ???
P_DoUpdate String 1.0000 ???
U_LinkState String 0|1 1 if the subprocess has been created, 0 otherwise
UHL_LinkPage String Equal to P_Name The name of the subprocess
U_Process String 1.0000 ???
U_Document String 0.0000 ???
U_ObjectPage String 0.0000 ???
U_ObjectState String 0.0000 ???
U_inputDescription String [unused?]
U_outputDescription String [unused?]
U_keywords String A user-specified keyword
U_owner String A user-specified owner
U_inputCount String Number of input info objects?
U_InputName String A semicolon-separated list of irnames User-specified input information resources
U_OutputCount String ???
U_OutputName String A semicolon-separated list of irnames User-specified output information resources
U_ConnectionFlag String Equal to (1 - UHL_LinkState) ?
U_FlatFileName String none ???
U_Submodel String none ???
U_KPIs String A semicolon-separated list of comma-separated triplets User-specified Key Performance Indicators
U_Participants String A semicolon-separated list of performers User-specified performers
U_Suppliers String A semicolon-separated list of free-form text User-supplied suppliers
U_Clients String A semicolon-separated list of free-form text User-supplied clients

Profile

[Table appears not to be used]

Column Data Type Allowed Values Description
ProfileName String [unused?]
Description String [unused?]
Structure String [unused?]

ProfileName

[Table appears not to be used]

Column Data Type Allowed Values Description
ProfileName String [unused?]

QueueSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_RepeatGroup String [unused?]
T_Name String [unused?]
P_RankingRule String [unused?]
P_RankingAttributes String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier

RelationshipSystemObj_UsecaseType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
P_subtype String [unused?]
U_CH String [unused?]
U_subtype String [unused?]

Resource__SetSystemObj

Column Data Type Allowed Values Description
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
T_Name String Equal to P_Name
P_Name String User-defined (non-canonical) object name
P_Members String [unused?]
P_ResourceName String A semicolon-separated list of ResourceSetSystemObj.P_Name User-specified member resources
P_DoUpdate String 1.0000 ???
P_Class String Role|Team Organizational_unit|Resource Set|Group|User Defined Object User-selected set type
P_Reference String 0.0000 ???

ResourceSystemObj

Column Data Type Allowed Values Description
P_useCost String ???
P_hourCost String Cost per hour when in use
P_Quantity String ???
T_Name String Equal to P_Name ???
P_Name String User-defined (non-canonical) object name
P_Percent String 0.0000 ???
P_TimeBetInt String 0.0000 ???
P_IntTime String 0.0000 ???
P_time String 0.0000 ???
P_PercentValue String 0.0000 ???
P_DistFlag String 0.0000 ???
P_TimeFlag String 0.0000 ???
P_ResourceHistory String 0.0000 ???
P_ResourceRG String Human|Resource|Organizational_Unit|System|User Defined Object User-selected resource type
P_Capacity String Capacity (how many units are available)
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ResourceName String 0.0000 ???
P_Type String Capacity ???
P_Schedule String ???
P_Idel [sic] String Cost per hour when idle
P_PerUse String Cost per use
P_Class String none ???

Roles

[Table appears not to be used]

Column Data Type Allowed Values Description
Organization String [unused?]
Role String [unused?]
Definition String [unused?]
Profile String [unused?]

RoleType

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]

ScheduleSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Row_1 String [unused?]
T_Name String [unused?]
P_Type String [unused?]
P_Units String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ScaleFactor String [unused?]
P_Durations String [unused?]
P_Duration String [unused?]
P_Capacity String [unused?]

Scope

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]

SeparateSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_Duplicates String [unused?]
P_Type String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_AllocationRule String [unused?]
P_Cost String [unused?]
P_Number String [unused?]

SimulateSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_RunLength String [unused?]
P_Units String [unused?]
P_Warmup String [unused?]
P_Replication String [unused?]
P_OutputEntityInSystem String [unused?]
P_OutputValueAddedPerEntity String [unused?]
P_OutputTimeBetweenDeparture String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_HoursPerDay String [unused?]

StartSystemObj

Column Data Type Allowed Values Description
P_Name String User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ParentProcessID String [unused?]
P_Description String [unused?]
P_Performer String A semicolon-separated list of performers User-selected performers
P_SeqNum String [unused?]
P_Mean String Mean of Constant and EXPO distributions
P_Type String ???
P_Icon String [unused?]
P_Value String 0.0000 ???
P_RefMatName1 String [unused?]
P_RefMatStage1 String 0.0000 ???
P_RefMatType1 String [unused?]
P_RefMatCategory1 String [unused?]
P_RefMatQuantity1 String 0.0000 ???
P_StartTime String [unused?]
P_EndTime String [unused?]
P_Frequence [sic] String 00:00:00 ???
P_Volume String [unused?]
P_Reference String 0.0000 ???
P_Type_of_Entity String ???
P_Units String timeunit The units describing the start interval
P_IntervalType String One of "Random", "Schedule", or "", describing the type of start interval
P_TimeIN String ???
P_TimeOUT String [unused?]
P_Schedule String The name of a schedule (empirical distribution) to use for start intervals
P_Expression String One of "Constant" or "EXPO", or a free-form string describing the start interval distribution. For some unknown reason, this cannot begin with the letter "o".
P_MaxBatch String [unused?]
P_FirstCreation String [unused?]
P_SelectionRule String [unused?]
P_LinkTo String 0.0000 ???
P_TimeFlag String ???
P_Class String none ???
P_DistFlag String 0|1 1 if a distribution is to be used to generate start intervals, 0 otherwise. (Schedules are noted as "0.000".)
P_DoUpdate String 1.0000 ???
U_Watch String 1|0 0 if a Timer Event, 1 otherwise
U_Square String 0|1 0 if a Rule Event, 1 otherwise
U_Envelope String 0|1 0 if a Message Event, 1 otherwise
U_Outputname String ???

SwimlaneSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
T_Name String [unused?]
P_Color String [unused?]
U_Colors String [unused?]
U_LaneBox String [unused?]

System

Column Data Type Allowed Values Description
WorkingDir String C:\Math\ ???
UItoolEditor String [unused?]
XSLTtoolEditor String [unused?]
DBprovider String Microsoft.ACE.OLEDB.12.0 ???
DBlock String 0 ???

TallySystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_TallyType String [unused?]
P_Attribute String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_Expression String [unused?]

TaskSystemObj

Column Data Type Allowed Values Description
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_InfoObjectState String 0.0000 ???
P_InputAttributeNames String A semicolon-separated list of attnames Input attribute names
P_OutputAttributeNames String A semicolon-separated list of attnames ???
P_InputAttributeValues String A semicolon-separated list of the same length as P_InputAttributeNames Input attribute values
P_OutputAttributeValues String A semicolon-separated list of the same length as P_OutputAttributeNames Output values
U_Menu_None String 0|1 1 if a generic task, 0 otherwise
U_Menu_Service String 0|1 1 if a Service Task, 0 otherwise
U_Menu_Send String 0|1 1 if a Message Sending Task, 0 otherwise
U_Menu_User String 0|1 1 if a User Task, 0 otherwise
U_Menu_Manual String 0|1 1 if a Manual Task, 0 otherwise
U_InputName String A semicolon-separated list of irnames, of the same length as P_InputAttributeNames Information Resource Inputs
U_Outputname String A semicolon-separated list of irnames, of the same length as P_OutputAttributeNames Information Resource Outputs
P_Duration String The duration, if constant
P_ParentProcessID String [unused?]
P_Name String User-defined (non-canonical) object name
P_Description String [unused?]
P_Performer String A semicolon-separated list of performers Possible performers
P_SeqNum String [unused?]
P_Type String [unused?]
P_FixedCost String User-entered Fixed Cost. Fixed cost of performing this task, not taking resource usage into account.
P_Value String User-entered Value.
P_RefMatName1 String [unused?]
P_RefMatStage1 String [unused?]
P_RefMatType1 String [unused?]
P_RefMatCategory1 String [unused?]
P_RefMatQuantity1 String [unused?]
P_Delay String [unused?]
P_Icon String [unused?]
P_MatInputRules String [unused?]
P_MatDestRules String [unused?]
P_ReservedDelay String [unused?]
P_Reference String ???
P_DelayExpression String ???
P_Stddev String [unused?]
P_Priority String User-entered Priority
P_Average String ???
P_DistFlag String ???
P_Units String timeunit User-selected units for delay and duration
P_Minimum String Lower bound for duration, for Triangular and Uniform distributions.
P_Capacity String Upper bound for duration, for Triangular and Uniform distributions.
P_eStartTime String User-supplied earliest start time
P_lStartTime String User-suppliec latest start time

TBD__FlagSystemObj_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
T_Text String [unused?]

Text__AnnotationSystemObj

Column Data Type Allowed Values Description
T_Name String Equal to P_Name
P_Name String User-defined (non-canonical) object name
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_DoUpdate String 1.0000 [unused?]
P_Reference String 0.0000 [unused?]
P_shapeVersion String 1.5 [unused?]

TimeINTimeOUT

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]
TimeIN String [unused?]
TimeOUT String [unused?]

TimeINTimeOUT_ClassType

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]
TimeIN String [unused?]
TimeOUT String [unused?]

TimeINTimeOUT_CooppicType

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]
TimeIN String [unused?]
TimeOUT String [unused?]

TimeINTimeOUT_PubSubType

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]
TimeIN String [unused?]
TimeOUT String [unused?]

TimeINTimeOUT_UsecaseType

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]
TimeIN String [unused?]
TimeOUT String [unused?]

TopicType

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]

Triggers_MFBDType

[Table appears not to be used]

Column Data Type Allowed Values Description
Name String [unused?]
TimeIN String [unused?]
TimeOUT String [unused?]

Use__caseSystemObj_UsecaseType

[Table appears not to be used]

Column Data Type Allowed Values Description
P_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier
P_ArenaExclude String [unused?]
P_TaskModel String [unused?]
U_CH String [unused?]
D2_Description String [unused?]
T_UCText String [unused?]

Users

[Table appears not to be used]

Column Data Type Allowed Values Description
UserID String [unused?]
UserName String [unused?]
Profile String [unused?]

UsersRole

[Table appears not to be used]

Column Data Type Allowed Values Description
Organization String [unused?]
Role String [unused?]
UserID String [unused?]

Variables

[Table appears not to be used]

Column Data Type Allowed Values Description
VarID String [unused?]
Array String [unused?]
Type String [unused?]
InitialValue String [unused?]
Length String [unused?]
Description String [unused?]

VariableSystemObj

[Table appears not to be used]

Column Data Type Allowed Values Description
P_VariableName String [unused?]
P_InitialValue String [unused?]
T_Name String [unused?]
P_objectID String ObjectGeometry.objectID The Visio unique object identifier