<xsd:complexType name="ProblemLocation">
<xsd:annotation>
<xsd:documentation xml:lang="en">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).</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attribute name="locationType" type="xsd:token">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of the locationType attribute defines which type of location has been given. It may take the values 'lexical' or 'xpath'.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="problemLocationScheme" type="xsd:anyURI" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="This attribute was introduced by mistake in FpML 4.2. instead of keeping the locationType attribute." xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">DEPRECATED. It will be removed in FpML 5.0. New implementations are encouraged to use the locationType attribute.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|