<?xml version="1.0"?>

<!--
FILE INFORMATION

OMA MMS Message Template Definition (MMS_MTD) V1.3 Document Type Definition
This DTD defines the Message Template Definition (MTD) for the MMS 1.3 enabler.

OMA Permanent Document
   File: OMA-SUP-DTD_mms_mtd-V1_3-20110913-A.txt
   Type: Text

Public Reachable Information
   Path: http://www.openmobilealliance.org/tech/DTD
   Name: mms_mtd-v1_3.dtd

NORMATIVE INFORMATION

Information about this file can be found in the MMS 1.3 Enabler Release available at
http://www.openmobilealliance.org/

Send comments to technical-comments@mail.openmobilealliance.org


LEGAL DISCLAIMER

Use of this document is subject to all of the terms and conditions
of the Use Agreement located at
http://www.openmobilealliance.org/UseAgreement.html,
provided, however, that section (d) under "Documents - Terms 
of Use" which states, "no modifications are made to such 
Documents" does not apply to your use.

The Open Mobile Alliance authorizes you to copy this document, 
provided that you retain all copyright and other proprietary 
notices contained in the original materials on any copies of the 
materials and that you comply strictly with these terms. This 
copyright permission does not constitute an endorsement of the 
products or services. The Open Mobile Alliance assumes no 
responsibility for errors or omissions in this document.

Each Open Mobile Alliance member has agreed to use reasonable
endeavors to inform the Open Mobile Alliance in a timely manner of
Essential IPR as it becomes aware that the Essential IPR is related
to the prepared or published specification. However, the members
do not have an obligation to conduct IPR searches. The declared
Essential IPR is publicly available to members and non-members of
the Open Mobile Alliance and may be found on the "OMA IPR
Declarations" list at http://www.openmobilealliance.org/ipr.html.
The Open Mobile Alliance has not conducted an independent IPR review
of this document and the information contained herein, and makes no
representations or warranties regarding third party IPR, including
without limitation patents, copyrights or trade secret rights. This
document may contain inventions for which you must obtain licenses
from third parties before making, using or selling the inventions.
Defined terms above are set forth in the schedule to the Open Mobile
Alliance Application Form.

NO REPRESENTATIONS OR WARRANTIES (WHETHER EXPRESS OR IMPLIED) ARE
MADE BY THE OPEN MOBILE ALLIANCE OR ANY OPEN MOBILE ALLIANCE MEMBER
OR ITS AFFILIATES REGARDING ANY OF THE IPR'S REPRESENTED ON THE "OMA
IPR DECLARATIONS" LIST, INCLUDING, BUT NOT LIMITED TO THE ACCURACY,
COMPLETENESS, VALIDITY OR RELEVANCE OF THE INFORMATION OR WHETHER OR
NOT SUCH RIGHTS ARE ESSENTIAL OR NON-ESSENTIAL.

THE OPEN MOBILE ALLIANCE IS NOT LIABLE FOR AND HEREBY DISCLAIMS ANY
DIRECT, INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR
EXEMPLARY DAMAGES ARISING OUT OF OR IN CONNECTION WITH THE USE OF
DOCUMENTS AND THE INFORMATION CONTAINED IN THE DOCUMENTS.

Copyright 2011 Open Mobile Alliance Ltd. All Rights Reserved.
Used with the permission of the Open Mobile Alliance Ltd. under the
terms set forth above.


-->

<!--root element-->
<!ELEMENT mmstemplate (head, body)>
<!--descriptive information about the template itself-->
<!ELEMENT head (title, description?, author?, date?, version?, meta*)>
<!ATTLIST head
	xml:lang NMTOKEN #IMPLIED
>
<!--a human-readable name for the template-->
<!ELEMENT title (#PCDATA)>
<!ATTLIST title
	xml:lang NMTOKEN #IMPLIED
>
<!--a human-readable explanation of the template&apos;s purpose-->
<!ELEMENT description (#PCDATA)>
<!ATTLIST description
	xml:lang NMTOKEN #IMPLIED
>
<!--a human-readable explanation of the template&apos;s author-->
<!ELEMENT author (#PCDATA)>
<!ATTLIST author
	xml:lang NMTOKEN #IMPLIED
>
<!--machine-readable identification of the template&apos;s creation date-->
<!ELEMENT date (#PCDATA)>
<!--machine-readable identification of the template&apos;s version-->
<!ELEMENT version (#PCDATA)>
<!ELEMENT meta EMPTY>
<!ATTLIST meta
	content CDATA #REQUIRED
	name CDATA #REQUIRED
>
<!--template body-->
<!ELEMENT body (message?, wizard?)>
<!ATTLIST body
	xml:lang NMTOKEN #IMPLIED
>
<!--describes resulting message settings-->
<!ELEMENT message ((to-header, to-header, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?, to-header?), (cc-header, cc-header, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?, cc-header?), subject-header?)?>
<!ATTLIST message
	xml:lang NMTOKEN #IMPLIED
>
<!--predefine the &quot;To:&quot; header value-->
<!ELEMENT to-header (#PCDATA)>
<!ATTLIST to-header
	editable NMTOKEN "false"
>
<!--predefine the &quot;Cc:&quot; header value-->
<!ELEMENT cc-header (#PCDATA)>
<!ATTLIST cc-header
	editable NMTOKEN "false"
>
<!--predefine the &quot;Subject:&quot; header value-->
<!ELEMENT subject-header (#PCDATA)>
<!ATTLIST subject-header
	editable NMTOKEN "false"
	xml:lang NMTOKEN #IMPLIED
>
<!--describes the wizard sequence-->
<!ELEMENT wizard (step*)>
<!ATTLIST wizard
	xml:lang NMTOKEN #IMPLIED
>
<!--identify each wizard step-->
<!ELEMENT step EMPTY>
<!ATTLIST step
	guide CDATA ""
	app (still-camera | video-camera | text-input | rich-text-input | sound-recorder | file-manager | address-book) #IMPLIED
	param CDATA ""
	target-name CDATA #REQUIRED
	target-type CDATA #REQUIRED
	required NMTOKEN "false"
	xml:lang NMTOKEN #IMPLIED
>


