2.2.5.13 FunctionalArea

The FunctionalArea simple type specifies the MDS application functional area. Functional areas are used for assigning functional security authorizations.

The following is the XML schema definition of the FunctionalArea simple type.

   <xs:simpleType name="FunctionalArea">
     <xs:restriction base="xs:string">
       <xs:enumeration value="None" />
       <xs:enumeration value="Explorer" />
       <xs:enumeration value="Versions" />
       <xs:enumeration value="ImportExport" />
       <xs:enumeration value="Security" />
       <xs:enumeration value="SystemAdministration" />
     </xs:restriction>
   </xs:simpleType>

The values of the enumeration are described in the following table.

Value

Meaning

None

The function is not specified.

Explorer

This value specifies the Explorer functional area for viewing and updating master data.

Versions

This value specifies the Versions functional area for managing model versions and validation processing.

ImportExport

This value specifies the Import and Export functional area for bulk importing and exporting of master data.

Security

This value specifies the Security functional area for managing MDS permission assignments.

SystemAdministration

This value specifies the System Administration functional area for managing model structure, business rules, and system settings.