2.21 Linguistics

The Linguistics element specifies the linguistic properties of a role.

The following are the parent and child elements of the Linguistics element.

Parent elements

Role

Child elements

Linguistics.PluralName

Linguistics.SingularName

The following is the XML Schema definition of the Linguistics element.          

 <xsd:complexType name="LinguisticsType">
   <xsd:all>
     <xsd:element name="SingularName" type="NonEmptyString" minOccurs="0" />
     <xsd:element name="PluralName" type="NonEmptyString" minOccurs="0" />
   </xsd:all>
 </xsd:complexType>