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