B.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 User Actions XML file. 🡪
<!ELEMENT Action (Label, ActionCode, Parameter*, GroupUID*)>
<!ELEMENT Parameter (Name, Value)>
<!ELEMENT Label (#PCDATA)>
<!ELEMENT ActionCode (#PCDATA)>
<!ELEMENT Name (#PCDATA)>
<!ELEMENT Value (#PCDATA)>
<!ELEMENT GroupUID (#PCDATA)>
<!—End of DTD Definition 🡪