fields Schema
References Element
fields Schema : References Element

Glossary Item Box

Description

Links that use this field.
Namespace (none)

Diagram

RelationReference Element All References Element

Overview

References
Links that use this field.
ReferenceTypeField optional xs:string
The name of the field that contains the type of the related entity.
All
RelationReference
A relation that uses this field. See the Relations schema and the relations resource.

Attributes

NameTypeUseDefaultFixedDescription
ReferenceTypeFieldxs:stringoptional  The name of the field that contains the type of the related entity.

Source

<xs:element name="References" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
            Links that use this field. 
           </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:all>
      <xs:element ref="RelationReference" />
    </xs:all>
    <xs:attribute name="ReferenceTypeField" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                The name of the field that contains the type of the related entity.
              </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also