Relation Schema
AliasComplexType Complex Type
Relation Schema : AliasComplexType Complex Type

Glossary Item Box

Description

The collection of aliases.
Namespace (none)

Diagram

Alias Element Sequence AliasComplexType Complex Type

Overview

AliasComplexType
The collection of aliases.
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

Used By

Source

<xs:complexType name="AliasComplexType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                The collection of aliases.
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Alias" maxOccurs="unbounded">
      <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>
  </xs:sequence>
</xs:complexType>

See Also