2.7.2 Entity.CollectionName

The Entity.CollectionName element specifies the name used to refer to a collection of instances of the entity, such as "customers" for the entity "customer" or "faculty" for the entity "instructor".

The Entity.CollectionName element is optional. If this element is present, its value MUST be a nonempty String. If this element is not present, its value is interpreted as the value of Entity.Name.

The following is the parent element of the Entity.CollectionName element.

Parent elements

Entity

The following is the XML Schema definition of the Entity.CollectionName element.          

 <xsd:element name="CollectionName" type="NonEmptyString" minOccurs="0" />