Represents a namespace prefix.
The following example creates a CustomXMLPrefixMapping object by adding a namespace and prefix to the CustomXMLPrefixMapping collection.
Dim objNamespace As CustomXMLPrefixMapping
objNamespace = CustomXMLPrefixMappings.AddNamespace("xs", "urn:invoice:namespace")