complexType "ProblemLocation"
Namespace:
Content:
simple, 1 attribute
Defined:
globally in fpml-msg-5-3.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
    >
   
Content: 
{ xsd:normalizedString }
</...>
All Direct / Indirect Based Elements (1):
location (defined in Reason complexType)
Known Usage Locations
Annotation
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).
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (extension)
  ProblemLocation
Derivation:
extension of xsd:normalizedString
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="ProblemLocation">
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attribute name="locationType" type="xsd:token"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
locationType
Type:
xsd:token, predefined
Use:
optional
The value of the locationType attribute defines which type of location has been given. It may take the values 'lexical' or 'xpath'.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="locationType" type="xsd:token"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.