Definition Type: ComplexType
Name: ProblemLocation
Namespace: http://www.fpml.org/FpML-5/pretrade
Type: nsC:NormalizedString
Containing Schema: fpml-msg-5-10.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 locationType in schema fpml-msg-5-10_xsd1XSD Diagram of ProblemLocation in schema fpml-msg-5-10_xsd1 (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="NormalizedString">
            <xsd:attribute name="locationType" type="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:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
locationType nsC:locationType (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:location