2.7.13 Entity.Inheritance

The Entity.Inheritance element specifies how the parent Entity element inherits from another entity.

The Entity.Inheritance element is optional. This element is of type Inheritance. If the Entity.Inheritance element is not present, its value is interpreted as NULL.

The following is the parent element of the Entity.Inheritance element.

Parent elements

Entity

The following is the XML Schema definition of the Entity.Inheritance element.          

 <xsd:element name="Inheritance" minOccurs="0">
   <xsd:complexType>
     <xsd:all>
       <xsd:element name="InheritsFromEntityID" type="xsd:QName" />
       <xsd:element name="Relation" type="RelationType" minOccurs="0" />
     </xsd:all>
   </xsd:complexType>
 </xsd:element>