XML PublicId

PublicId is an element that represents a public identifier in an XML message. It can be part of a DocTypeDecl, NotationDecl, or UnparsedEntityDecl element. The value of the PublicId element is typically a URL. A public identifier of the form PUBLIC "//this/is/a/URI/test" has a string value of //this/is/a/URI/test.

Related concepts
Message flows overview
Related tasks
Developing message flows
Related reference
XML document type declaration
XML DocTypeDecl
XML IntSubset
XML SystemId
XML NotationDecl
XML UnparsedEntityDecl
XML DTD example