XML over HTTP Driver Manual
Page 13 of 19
APPENDIX A. XML SERVER SCHEMA
Below is the XML schema used for server responses to the data_Arrays.xml request.
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="DATA_ARRYS">
<xs:attribute name="FST_XML_VERSION" type="xs:string" />
<xs:attribute name="MAX_INDEX" type="xs:string" />
<xs:attribute name="BRIDGE_TITLE" type="xs:string" />
<xs:complexType>
<xs:sequence>
<xs:element name="DATA_ARAY">
<xs:attribute name="NAME" type="xs:string" />
<xs:attribute name="FORMAT" type="xs:string" />
<xs:attribute name="LENGTH" type="xs:string" />
<xs:attribute name="INDEX" type="xs:string" />
<xs:complexType>
<xs:element name="Data" type="xs:string">
<xs:attribute name="OFFSET" type="xs:string" />
<xs:attribute name="DATA_AGE" type="xs:string" />
<xs:attribute name="STATUS" type="xs:string" />
</xs:element>
</xs:complexType>
</xs:element>
</xs:complexType>
</xs:element>
</xs:schema>