<xs:element name="ErrorLocation">
<xs:complexType>
<xs:attribute name="positionInFile" type="adsml:PositiveIntegerType" use="optional" />
<xs:attribute name="lineInFile" type="adsml:PositiveIntegerType" use="optional" />
<xs:attribute name="positionInLine" type="adsml:PositiveIntegerType" use="optional" />
<xs:attribute name="documentNode" type="adsml:StringType" use="optional" />
<xs:attribute name="itemInEnvelope" type="adsml:QIDType" use="optional" />
</xs:complexType>
</xs:element>
|