POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This extension provides an address subtype for the world wide web. The length of the URL is limited to 255 characters.
CHANGE ESM_www_address ADD ENTITY www_address (*<desc> This is a World Wide Web address.*) SUBTYPE OF (address); url: ndt_string_255 (*<desc> This is the Universal Resource Locator defined for a world wide web site.*); UNIQUE si: url; END_ENTITY; END_CHANGE;