Relations Schema
TargetAliases Element
Relations Schema > Relation Element : TargetAliases Element

Glossary Item Box

Description

The phrases used to reference the target in a query.
Namespace (none)

Type

Diagram

Alias Element Sequence TargetAliases Element

Overview

TargetAliases AliasComplexType Complex Type
The phrases used to reference the target in a query.
Sequence
Alias 1..∞
Name optional xs:string
The phrase used to reference the entity in the query.
Unique optional xs:boolean
Indicates whether this alias is unique for this entity's relations

Source

<xs:element name="TargetAliases" type="AliasComplexType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                            The phrases used to reference the target in a query.
                        </xs:documentation>
  </xs:annotation>
</xs:element>

See Also