Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This complex type represents an Entity.<117>
-
<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. |