E.4 Format of an exported smart device security policy (Android policy or iOS profile) XML file
The following describes the format of an exported smart device security policy (Android policy or iOS profile) XML file.
Example of an exported smart device security policy (Android policy or iOS profile) XML file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <sdmpolicy name="General"> <os>0</os> <policy>Android-policy-or-iOS-profile</policy> <note>Description</note> </sdmpolicy>
- Important note
-
Do not edit the exported file.
Format of an exported smart device security policy (Android policy or iOS profile) XML file
Element name |
Description |
Type |
Value output format |
Maximum number of bytes# |
---|---|---|---|---|
sdmpolicy |
Root element of the Android policy or iOS profile |
! |
N |
0 |
name |
Android policy name or iOS profile name |
@ |
A maximum of 20 characters |
80 |
os |
OS type |
! |
0: iOS 1: Android |
1 |
policy |
Android policy or iOS profile |
! |
<![CDATA[ XML-data-for-Android-policy-or-iOS profile ]]> |
32000 |
note |
Description of the Android policy or iOS profile |
! |
A maximum of 1,000 characters |
4000 |
- Legend:
-
N: No value is output.
@: Attribute value of the element
!: Required
#: The maximum number of bytes if UTF-8 or UTF-16 is specified for the character encoding. For half-width alphanumeric characters and symbols, one character is counted as one byte. For other characters, one character is counted as four bytes.
Related Topics