FSD Schema element
The schema element is the root of the schema. It contains sequence and choice elements describing the flat-file schema.
<schema xmlns='http://www.infor.com/2017/TD/SSTransform/fsd/' version='1.0'>
<sequence/>
<choice/>
</schema>
Attributes
xmlns
- Defines the namespace of flat file definitions.
schema version
- Defines the version of FSD being used. The only valid value for this is 1.0.
Remarks
The schema tag is mandatory and must be the root element of the XML schema document.