Schema element in FSD

The schema element is the root of the schema. It contains sequence and choice elements describing the flat-file schema.

<schema xmlns='http://www.systemsunion.com/2001/TD/SSTransform/fsd/'
 version='1.0'>
		<sequence/>
		<choice/>
</schema>

Attributes

  • xmlns

    Defines the namespace of flat schema definitions. The only valid value for this is: http://www.systemsunion.com/2001/TD/SSTransform/fsd/

  • version

    Defines the version of the 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.