This is a schema to encapsulate audio files. The specification consists of a description of the XML schema and an example of an instance of the schema.
http://preservation.naa.gov.au/audio/1.0
Prefix Namespace
xsd
http://www.w3.org/2001/XMLSchema
audio
http://preservation.naa.gov.au/audio/1.0
The following sections describe the audio XML schema.
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:audio="http://preservation.naa.gov.au/audio/1.0"
targetNamespace="http://preservation.naa.gov.au/audio/1.0"
version="1.0">
<xsd:annotation>
<xsd:documentation xml:lang="en">
audio. A schema to encapsulate audio files.
Developed by the National Archives of Australia. Copyright 2010
Commonwealth of Australia.
</xsd:documentation>
</xsd:annotation>
<xsd:element name="flac" type="xsd:string" />
</xsd:schema>
The following is an extract of an instance of the audio schema.
<audio:flac xmlns:audio="http://preservation.naa.gov.au/audio/1.0">
ZkxhQwAAACIQABAAAAjPABTPAfQA8AAAu4Aad07FCvm4lRlD7aSdoYi7AwAAEgAAAAAAAAAAAAAA
AAAAAAAQAAQAACggAAAAcmVmZXJlbmNlIGxpYkZMQUMgMS4yLjEgMjAwNzA5MTcAAAAAAgAAEHJp
ZmZSSUZGJHcBAFdBVkUCAAAccmlmZmZtdCAQAAAAAQABAEAfAACAPgAAAgAQAAIAAAxyaWZmZGF0
[...]
</audio:flac>