- l10n
An abbreviation for localization, used in the context of preparing products, especially software and documentation, for use in more than one national locale and language. Localization is the process of translating the elements of a product for a particular locale and language.
- list type
A data type defined in an XML Schema definition as a space-separated list of primitive type elements, defined using the
xsd:listelement.- logical contract
The abstract portion of a WSDL document that defines the data types, message types, and the interfaces for the services defined in the contract. The logical contract answers questions such as:
What kinds of data will this service work with?
What kinds of data are grouped together for processing?
What operations are related and what are their interfaces?
WSDL elements used in the logical contract include:
portTypeelement,operationelement,messageelement, andtypeselement. Compare with physical contract.







