2.2.4.2.2.17.1.1.1 Entity
This complex type represents an Entity.<109>
-
<xsd:complexType name="EntityType"> <xsd:sequence> <xsd:element name="Words" type="WordsType" minOccurs="0" maxOccurs="1" /> </xsd:sequence> <xsd:attribute name="Name" type="Name" use="required" /> <xsd:attribute name="EdmEntitySet" type="EdmQualifiedName" use="required" /> <xsd:attribute name="EdmProperty" type="EdmSimpleName" use="optional" /> </xsd:complexType> <xsd:complexType name="WordsType"> <xsd:sequence> <xsd:element name="Word" type="xsd:token" minOccurs="1" /> </xsd:sequence> </xsd:complexType>
Element |
Read-Only |
Default value |
Description |
---|---|---|---|
Words |
|
Empty |
A collection of string objects. Each Word represents a term that can be used to refer to the Entity. |
Attribute |
Description |
---|---|
Name |
Name of the entity. |
EdmEntitySet |
Name of the EdmEntitySet that represents the entity or contains the EdmProperty that represents the entity. |
EdmProperty |
Name of the EdmProperty that represents the entity. |