complexType "ProblemLocation"
Namespace:
Content:
simple, 1 attribute
Defined:
globally in fpml-msg-5-8.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
   
>
   
Content: 
{ xsd:normalizedString }
</...>
Simple Content Restrictions:
MinLength:
0

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 (restriction)
  NormalizedString (extension)
      ProblemLocation
Derivation:
extension of NormalizedString
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="ProblemLocation">
<xsd:simpleContent>
<xsd:extension base="NormalizedString">
<xsd:attribute name="locationType" type="Token"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
locationType
Type:
Use:
optional
The value of the locationType attribute defines which type of location has been given. It may take the values 'lexical' or 'xpath'.
Attribute Value
xsd:token
MinLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="locationType" type="Token"/>

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