Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This complex type represents an Entity.<112>
-
<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. |