2.28 QdmEntityPlaceholderExpression

The QdmEntityPlaceholderExpression element specifies a reference to an entity. The QdmEntityPlaceholderExpression element is of type QueryExpression.

Target: Specifies the entity. The Target element MUST be of type EntityReference. The Target element MUST be specified and MUST NOT be specified more than once.

The following is the XSD for the QdmEntityPlaceholderExpression element.

   <xs:complexType name="QdmEntityPlaceholderExpression">
     <xs:complexContent>
       <xs:extension base="QueryExpression">
         <xs:sequence>
           <xs:element name="Target" type="xs:string" />
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>