trying to evaluate the XPath expression
/xs:schema/xs:element[@name='StrikeOptionReservationSummaryData']/xs:complexType
with the following document produces an XPathExpressionException
<xs:schema>
<xs:element name="StrikeOptionReservationSummaryData">
<xs:complexType>
...
</xs:complexType>
</xs:element>
<xs:schema>
The error from from xjc is [ERROR] XPath error: null
What is wrong with this?