Definition Type: ComplexType
Name: ProblemLocation
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: normalizedString:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-msg-4-4.xsd
Abstract
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).
Collapse XSD Schema Diagram:
Drilldown into problemLocationScheme in schema fpml-msg-4-4_xsd Drilldown into locationType in schema fpml-msg-4-4_xsdXSD Diagram of ProblemLocation in schema fpml-msg-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
locationType fpml:locationType (Optional)
problemLocationScheme fpml:problemLocationScheme (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:location