XMLPrefixMap

Maps a specified prefix to a namespace. For each XML namespace used in the profile’s XPath expressions, the XML namespaces must have their prefix specified using this element.

Properties

Name Type Cardinality
xmlPrefix xs:string 0..1
xmlNamespace xs:string 0..1

xmlPrefix

Specify the exact prefix used.

xmlNamespace

Specify the namespace which the prefix represents.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_XMLPrefixMap [ label = "{<id>XMLPrefixMap | + xmlPrefix : xs:string \l + xmlNamespace : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:XMLPrefixMap" ] subgraph { label = "" node [ color = "#" ] } }