Relations Schema
ReferenceLocationEnum Simple Type
Relations Schema : ReferenceLocationEnum Simple Type

Glossary Item Box

Description

Whether the reference field belongs to this entity or the target end of the relation.
Namespace (none)

Type

Restriction of xs:string

Diagram

ReferenceLocationEnum Simple Type

Overview

ReferenceLocationEnum Restriction of xs:string
Whether the reference field belongs to this entity or the target end of the relation.

Facets

EnumerationIN_SOURCE_ENTITY
EnumerationIN_TARGET_ENTITY

Source

<xs:simpleType name="ReferenceLocationEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                Whether the reference field belongs to this entity or the target end of the relation.
            </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="IN_SOURCE_ENTITY" />
    <xs:enumeration value="IN_TARGET_ENTITY" />
  </xs:restriction>
</xs:simpleType>

See Also