2.53 EntityRef

The EntityRef element specifies an entity reference node in a query expression tree.

The following are the parent and child elements of the EntityRef element.

Parent elements

Expression

Child elements

EntityRef.EntityID

The following is the XML Schema definition of the EntityRef element.          

 <xsd:complexType name="EntityRefType">
   <xsd:all>
     <xsd:element name="EntityID" type="xsd:QName" />
   </xsd:all>
 </xsd:complexType>