schema Element

The schema element is the root element for an NPCL Forms XML document. The element has the following syntax:

<nf:schema>
  <nf:topicType ... > ... </nf:topicType>
  ...
</nf:schema>
nf:schema

The root element of an NPCL Forms XML instance.

nf:schema/nf:topicType

Contains the schema information required to build a forms interface for a single topic type in the NPCL schema. This element is OPTIONAL and REPEATABLE.

nf:schema/{##other}

An extension point in the NPCL Forms XML Schema which allows any number of elements from any namespace other than the NPCL Forms XML Schema namespace to appear after all topicType elements.