2.2.101 permissions

The permissions element specifies the permissions required to instantiate custom controls in the form view.

Parent Elements

xDocumentClass

Child Elements

allowedControl

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="permissions">
   <xsd:complexType>
     <xsd:choice minOccurs="0" maxOccurs="unbounded">
       <xsd:element ref="xsf:allowedControl"/>
     </xsd:choice>
   </xsd:complexType>
 </xsd:element>