<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@destId>5.9.3.2); <cxn@modelId>5.9.3.2); <cxn@parTransId>5.9.3.2); <cxn@sibTransId>5.9.3.2); <cxn@srcId>5.9.3.2); <prSet@presAssocID>5.9.3.4); <pt@cxnId>5.9.3.5); <pt@modelId>5.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>