Defines the XML Schemas that the Microsoft Office InfoPath 2003 form is designed to handle.
xsd:complexType
Name | Description |
---|---|
documentSchema | (Required element) Defines an XML Schema for a form. One documentSchema element is present for each declared XML Schema in the form. |
The documentSchemas element is an optional element of the xDocumentClass element. It defines all of the target XML Schemas that are used in the form.
The following is an example of the documentSchemas element:
<xsf:documentSchemas>
<xsf:documentSchema
location="urn:schema:custom:Namespace customFilename.xsd"
rootSchema="yes"/>
</xsf:documentSchemas>