2.2.4.143 ModelContextIdentifier

The ModelContextIdentifier complex type specifies a set of IDs for a master data model object that exists in the context of a model. This type includes identifiers for the context of the object (the parent model). Examples of objects that have a model context are entities, versions, version flags, and derived hierarchies.

This complex type is an extension of the base type Identifier.

The following is the XML schema definition of the ModelContextIdentifier complex type.

   <xs:complexType name="ModelContextIdentifier">
     <xs:complexContent mixed="false">
       <xs:extension base="tns:Identifier">
         <xs:sequence>
           <xs:element minOccurs="0" name="ModelId" nillable="true" type="tns:Identifier" />
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>

ModelId: Specifies the Identifier of the parent entity of the object.