CCXML 1.0-W3C Development Guide Home  |  Frameset Home


<metadata>  element


This container element is used to allow the developer to specify information about the CCXML document for reference. Per the CCXML 1.0 specification, it is recommended that the Resource Description Format [RDF] be used in conjunction with the general metadata properties defined by the Dublin Core Metadata Initiative [DC].



usage

<metadata />


attributes

none


parents

none


children

none


code samples

<1.0 metadata>

<?xml version="1.0" encoding="UTF-8"?>
<ccxml version="1.0" xmlns="http://www.w3.org/2002/09/ccxml">
 
  <metadata>
  <!-- Metadata about CCXML document -->
  <rdf:Description rdf:about="http://www.voxeo.com/prophecy/"
      dc:vendor="Voxeo Corporation"
      dc:platform="Prophecy 8.0"
      dc:publisher="Voxeo Corporation"
      dc:language="en"
      dc:date="2007-08-07"
      dc:rights="Copyright 2007 Voxeo Corporation"
      dc:format="application/ccxml+xml" >
      <dc:creator>Jeff Menkel</dc:creator>
  </rdf:Description>
</metadata>


</ccxml>



additional links

none


  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login



© 2012 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site