External to internal identifier map. The map contains individual map entries consisting of a translation between an external identifier and an internal identifier. External identifiers are usually defined as "how someone else identifies the object," and internal identifiers are usually defined as "how I identify the object."
EBNF:Map ::= MapEntry * (' ' MapEntry)MapEntry ::= [ExternalIDPath | ExternalNamePath] '!' InternalIDPathExternalIDPath ::= IDPathExternalNamePath ::= NamePathInternalIDPath ::= IDPathIDPath ::= ID * ('.' ID)NamePath ::= Name * ('/' Name)ID ::= XML text string normalized according to the XNS ID normalization rulesName ::= XML text string normalized according to the XN name normalization rules
Publishing Identity: +xns © 2002 XNSORG |
Last Updated: 07/09/2002 |