[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_ModelId (Model Identifier)

The unique ID of the element within the data model.  Model Identifiers can be either longs or guids.

This simple type is defined as a union of the following types:

TheXML Schema int datatype.

TheST_Guid simple type (§5.1.12.27).

Referenced By

cxn@destId5.9.3.2); cxn@modelId5.9.3.2); cxn@parTransId5.9.3.2); cxn@sibTransId5.9.3.2); cxn@srcId5.9.3.2); prSet@presAssocID5.9.3.4); pt@cxnId5.9.3.5); pt@modelId5.9.3.5)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_ModelId">

   <union memberTypes="xsd:int a:ST_Guid"/>

</simpleType>