XML Schema Documentation

Complex Type: ProblemLocation

[Table of contents]

Super-types: xsd:normalizedString < ProblemLocation (by extension)
Sub-types: None
Name ProblemLocation
Used by (from the same schema document) Complex Type Reason
Abstract no
Documentation Provides a lexical location (i.e. a line number and character for bad XML) or an XPath location (i.e. place to identify the bad location for valid XML).
XML Instance Representation
<...
locationType=" xsd:token [0..1]

'The value of the locationType attribute defines which type of location has been given. It may take the values \'lexical\' or \'xpath\'.'

"

problemLocationScheme=" xsd:anyURI [0..1]

'DEPRECATED. It will be removed in FpML 5.0. New implementations are encouraged to use the locationType attribute.'

"
>
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ProblemLocation">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="locationType" type=" xsd:token "/>
<xsd:attribute name="problemLocationScheme" type=" xsd:anyURI " deprecated="true" deprecatedReason="This attribute was introduced by mistake in FpML 4.2. instead of keeping the locationType attribute."/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>