Sample XSD file
An XSD file is a schema for Optiva XML data. This information is used in applications, such as reporting.
See the Infor Optiva Reports Administration Guide for more information.
<xs:schema id="fsxml" targetNamespace="http://infor.com/Optiva/XMLSchema"
xmlns:mstns="http://infor.com”
<xs:element name="fsxml" msdata:IsDataSet="true">
<xs:complexType>
<xs:choice max0ccurs="unbounded">
<xs:element name="FSPR0JECT">
<xs:complexType>
<xs:sequence>
<xs:element name="PROJECT_CODE"
default="@DFLT"msdata:0rdinal="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DESCRIPTION” default="default record"
msdata:0rdinal="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="SUPERVISOR" default="Chris Smith" minOccurs="0"
msdata:0rdinal="2">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="80" />
</xs:restriction>
</xs:simpleType>
</xs:element>