complexType "XMLPrefixMapType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in ddiprofile.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
XMLNamespace, XMLPrefix
All Direct / Indirect Based Elements (1):
XMLPrefixMap
Known Usage Locations
Annotation
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.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="XMLPrefixMapType">
<xs:sequence>
<xs:element name="XMLPrefix" type="xs:string"/>
<xs:element name="XMLNamespace" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
XMLNamespace
Type:
xs:string, predefined, simple content
Specify the namespace which the prefix represents.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="XMLNamespace" type="xs:string"/>

XMLPrefix
Type:
xs:string, predefined, simple content
Specify the exact prefix used.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="XMLPrefix" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set