Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |