2.7.1 Entity.ID

The Entity.ID attribute specifies an immutable globally unique identifier (GUID) of an entity.

The Entity.ID attribute MUST be specified. The value of this attribute MUST be a QName that is globally unique for all the objects in the semantic model.

The following is the parent element of the Entity.ID attribute.

Parent elements

Entity

The following is the XML Schema definition of the Entity.ID attribute.          

 <xsd:attribute name="ID" type="xsd:QName" use="required" />