<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 | 
|---|
| 
 | 
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ModelId">
	<union memberTypes="xsd:int a:ST_Guid"/>
</simpleType>