<metadata>
Stores information about a document using a metadata schema.
Attributes
None.
Children
Any. The W3C SSML specification recommends that the XML syntax of the Resource Description Framework (RDF) be used, in conjunction with the general metadata properties defined in the Dublin Core Metadata Initiative (DC).
Parents
Sample code
<metadata>
<rdf:RDF
xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs = "http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc = "http://purl.org/dc/elements/1.1/">
<!-- Metadata about the synthesis document in RDF format-->
...
</rdf:RDF>
</metadata>