fields Schema
RelationReference Element
fields Schema : RelationReference Element

Glossary Item Box

Description

A relation that uses this field. See the Relations schema and the relations resource.
Namespace (none)

Diagram

RelationReference Element

Overview

RelationReference
A relation that uses this field. See the Relations schema and the relations resource.
RelationName required xs:string
Use to get the relation details. For example: /customization/relations/{RelationName}
ReferencedEntityType required xs:string
The entity type linked to this entity type with this relation.

Attributes

NameTypeUseDefaultFixedDescription
RelationNamexs:stringrequired  Use to get the relation details. For example: /customization/relations/{RelationName}
ReferencedEntityTypexs:stringrequired  The entity type linked to this entity type with this relation.

Source

<xs:element name="RelationReference" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                A relation that uses this field. See the Relations schema and the relations resource. 
           </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="RelationName" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>
                Use to get the relation details. For example: /customization/relations/{RelationName} 
               </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ReferencedEntityType" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>
                The entity type linked to this entity type with this relation. 
               </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also