Relations Schema
Alias Element
Relations Schema > AliasComplexType Complex Type : Alias Element

Glossary Item Box

Namespace (none)

Diagram

Alias Element

Overview

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

Attributes

NameTypeUseDefaultFixedDescription
Namexs:stringoptional  The phrase used to reference the entity in the query.
Uniquexs:booleanoptional  Indicates whether this alias is unique for this entity's relations

Source

<xs:element name="Alias" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                                The phrase used to reference the entity in the query.
                            </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Unique" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>
                                Indicates whether this alias is unique for this entity's relations
                            </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also