A.1 Document Type Definition

31.2203GPPCharacteristics of the Contact Manager for 3GPP UICC applicationsRelease 17TS

The Document Type Definition, according to XML syntax definitions, is defined hereafter:

<?xml version="1.0" encoding="UTF-8"?>

<!—DTD for the Provisioning XML file. 🡪

<!ELEMENT 3GPPCMProv (UICC_App_Id +, Triggering?, vCardProperties*)>

<!ELEMENT UICC_App_Id (#PCDATA)>

<!ELEMENT Triggering (Type, Parameter)>

<!ELEMENT Type (#PCDATA)>

<!ELEMENT Parameter (#PCDATA)>

<!ELEMENT vCardProperties (Property+)>

<!ELEMENT Property (Label?, Descriptor+)>

<!ELEMENT Label (#PCDATA)>

<!ELEMENT Descriptor (#PCDATA)>

<!—End of DTD Definition 🡪