Showing:

Definition
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by

Table of Contents

Group by:
Main schema audioMD.xsd
Namespace http://www.loc.gov/audioMD/
Definition
AMD: LC-AV Audio Metadata Extension Schema. AMD contains technical metadata that describes either a digital file or a physical source object. It is based upon metadata elements developed by both LC and AES. AMD is an interim schema being used until a final extension schema is adopted. AUDIOMD and AUDIOSRC both complex types named "audioType" and contain 4 top-level elements and 2 attributes, ID: (XML ID) ANALOGDIGITALFLAG: A major indicator of the type of audio object i.e Analog, PhysDigital, or FileDigital.
Properties
attribute form default: unqualified
element form default: qualified
[ top ]
Element AUDIOMD
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id101 audioMD.tmp#id102 audioMD.tmp#id3 audioMD.tmp#id38 audioMD.tmp#id82 audioMD.tmp#id94 audioMD.tmp#id2
Type audioType
Properties
content: complex
Model fileData{0,1} , physicalData{0,1} , audioInfo{0,1} , calibrationInfo{0,1}
Children audioInfo, calibrationInfo, fileData, physicalData
Instance
<AUDIOMD ANALOGDIGITALFLAG="" ID="">
  <fileData ID="">{0,1}</fileData>
  <physicalData ID="">{0,1}</physicalData>
  <audioInfo ID="">{0,1}</audioInfo>
  <calibrationInfo ID="">{0,1}</calibrationInfo>
</AUDIOMD>
Attributes
QName Type Fixed Default Use Annotation
ANALOGDIGITALFLAG restriction of xs:NMTOKEN required
ID xs:ID optional
Source
<xs:element name="AUDIOMD" type="audioType"/>
[ top ]
Element audioType / fileData
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id37 audioMD.tmp#id5 audioMD.tmp#id6 audioMD.tmp#id7 audioMD.tmp#id8 audioMD.tmp#id9 audioMD.tmp#id15 audioMD.tmp#id22 audioMD.tmp#id23 audioMD.tmp#id24 audioMD.tmp#id25 audioMD.tmp#id26 audioMD.tmp#id27 audioMD.tmp#id28 audioMD.tmp#id29 audioMD.tmp#id30 audioMD.tmp#id31 audioMD.tmp#id32 audioMD.tmp#id33 audioMD.tmp#id34 audioMD.tmp#id35 audioMD.tmp#id36 audioMD.tmp#id4
Type fileDataType
Properties
content: complex
minOccurs: 0
Model audioBlockSize* , audioDataEncoding* , bitsPerSample* , byteOrder* , messageDigest* , compression* , dataRate* , dataRateMode* , firstSampleOffset* , firstValidByteBlock* , formatLocation* , formatName* , formatNote* , formatVersion* , lastValidByteBlock* , numSampleFrames* , samplingFrequency* , security* , use* , otherUse* , wordSize*
Children audioBlockSize, audioDataEncoding, bitsPerSample, byteOrder, compression, dataRate, dataRateMode, firstSampleOffset, firstValidByteBlock, formatLocation, formatName, formatNote, formatVersion, lastValidByteBlock, messageDigest, numSampleFrames, otherUse, samplingFrequency, security, use, wordSize
Instance
<fileData ID="">
  <audioBlockSize>{0,unbounded}</audioBlockSize>
  <audioDataEncoding>{0,unbounded}</audioDataEncoding>
  <bitsPerSample>{0,unbounded}</bitsPerSample>
  <byteOrder>{0,unbounded}</byteOrder>
  <messageDigest ID="">{0,unbounded}</messageDigest>
  <compression ID="">{0,unbounded}</compression>
  <dataRate>{0,unbounded}</dataRate>
  <dataRateMode>{0,unbounded}</dataRateMode>
  <firstSampleOffset>{0,unbounded}</firstSampleOffset>
  <firstValidByteBlock>{0,unbounded}</firstValidByteBlock>
  <formatLocation>{0,unbounded}</formatLocation>
  <formatName>{0,unbounded}</formatName>
  <formatNote>{0,unbounded}</formatNote>
  <formatVersion>{0,unbounded}</formatVersion>
  <lastValidByteBlock>{0,unbounded}</lastValidByteBlock>
  <numSampleFrames>{0,unbounded}</numSampleFrames>
  <samplingFrequency>{0,unbounded}</samplingFrequency>
  <security>{0,unbounded}</security>
  <use>{0,unbounded}</use>
  <otherUse>{0,unbounded}</otherUse>
  <wordSize>{0,unbounded}</wordSize>
</fileData>
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:element name="fileData" type="fileDataType" minOccurs="0"/>
[ top ]
Element fileDataType / audioBlockSize
Namespace http://www.loc.gov/audioMD/
Definition
Size of an audio block (frame or sample) in bytes.
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="audioBlockSize" type="xs:int" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Size of an audio block (frame or sample) in bytes.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / audioDataEncoding
Namespace http://www.loc.gov/audioMD/
Definition
Structure for audio data; current known types are pulse code modulation (PCM) and SONY's DSD structure.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="audioDataEncoding" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Structure for audio data; current known types are pulse code modulation (PCM) and SONY's DSD structure.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / bitsPerSample
Namespace http://www.loc.gov/audioMD/
Definition
Number of bits per audio sample, e.g., 16, 20, 24, etc.
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="bitsPerSample" type="xs:int" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Number of bits per audio sample, e.g., 16, 20, 24, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / byteOrder
Namespace http://www.loc.gov/audioMD/
Definition
The order of bit significance in a byte from left to right. i.e. 0-least-to-most, 1-most-to-least, 2-mixed-endianess.
Diagram
Diagram
Type restriction of xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration 0
enumeration 1
enumeration 2
Source
<xs:element name="byteOrder" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The order of bit significance in a byte from left to right. i.e. 0-least-to-most, 1-most-to-least, 2-mixed-endianess.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:enumeration value="0"/>
      <xs:enumeration value="1"/>
      <xs:enumeration value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element fileDataType / messageDigest
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id14 audioMD.tmp#id11 audioMD.tmp#id12 audioMD.tmp#id13 audioMD.tmp#id10
Type messageDigestType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model messageDigestDatetime , messageDigestAlgorithm , messageDigest
Children messageDigest, messageDigestAlgorithm, messageDigestDatetime
Instance
<messageDigest ID="">
  <messageDigestDatetime>{1,1}</messageDigestDatetime>
  <messageDigestAlgorithm>{1,1}</messageDigestAlgorithm>
  <messageDigest>{1,1}</messageDigest>
</messageDigest>
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:element name="messageDigest" type="messageDigestType" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element messageDigestType / messageDigestDatetime
Namespace http://www.loc.gov/audioMD/
Definition
The datetime when the messageDigest was calculated and applied.
Diagram
Diagram
Type xs:dateTime
Properties
content: simple
Source
<xs:element name="messageDigestDatetime" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>The datetime when the messageDigest was calculated and applied.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element messageDigestType / messageDigestAlgorithm
Namespace http://www.loc.gov/audioMD/
Definition
Type of messageDigest used.
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="messageDigestAlgorithm" type="xs:string">
  <xs:annotation>
    <xs:documentation>Type of messageDigest used.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element messageDigestType / messageDigest
Namespace http://www.loc.gov/audioMD/
Definition
The messageDigest value.
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="messageDigest" type="xs:string">
  <xs:annotation>
    <xs:documentation>The messageDigest value.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / compression
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id21 audioMD.tmp#id17 audioMD.tmp#id18 audioMD.tmp#id19 audioMD.tmp#id20 audioMD.tmp#id16
Type compressionType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model codecCreatorApp{0,1} , codecCreatorAppVersion{0,1} , codecName{0,1} , codecQuality{0,1}
Children codecCreatorApp, codecCreatorAppVersion, codecName, codecQuality
Instance
<compression ID="">
  <codecCreatorApp>{0,1}</codecCreatorApp>
  <codecCreatorAppVersion>{0,1}</codecCreatorAppVersion>
  <codecName>{0,1}</codecName>
  <codecQuality>{0,1}</codecQuality>
</compression>
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:element name="compression" type="compressionType" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element compressionType / codecCreatorApp
Namespace http://www.loc.gov/audioMD/
Definition
Name of the creator of the compression application e.g. SoundForge, etc...
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="codecCreatorApp" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of the creator of the compression application e.g. SoundForge, etc...</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element compressionType / codecCreatorAppVersion
Namespace http://www.loc.gov/audioMD/
Definition
Version of the compression application e.g. 5.0, etc...
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="codecCreatorAppVersion" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Version of the compression application e.g. 5.0, etc...</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element compressionType / codecName
Namespace http://www.loc.gov/audioMD/
Definition
Name and version (or subtype) of the compression algorithm used, e.g., Frauenhofer xyz ["xyz"] is a placeholder for versioning information]
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="codecName" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name and version (or subtype) of the compression algorithm used, e.g., Frauenhofer xyz ["xyz"] is a placeholder for versioning information]</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element compressionType / codecQuality
Namespace http://www.loc.gov/audioMD/
Definition
Impact of the compression on quality e.g. lossless or lossy.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Properties
content: simple
minOccurs: 0
Facets
enumeration lossless
enumeration lossy
Source
<xs:element name="codecQuality" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Impact of the compression on quality e.g. lossless or lossy.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="lossless"/>
      <xs:enumeration value="lossy"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element fileDataType / dataRate
Namespace http://www.loc.gov/audioMD/
Definition
Data rate of the audio in an MP3 or other compressed file, expressed in kbps, e.g., 64, 128, 256, etc.
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="dataRate" type="xs:int" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Data rate of the audio in an MP3 or other compressed file, expressed in kbps, e.g., 64, 128, 256, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / dataRateMode
Namespace http://www.loc.gov/audioMD/
Definition
Indicator whether the data rate is fixed or variable.
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration Fixed
enumeration Variable
Source
<xs:element name="dataRateMode" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Indicator whether the data rate is fixed or variable.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Fixed"/>
      <xs:enumeration value="Variable"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element fileDataType / firstSampleOffset
Namespace http://www.loc.gov/audioMD/
Definition
Location of the first valid sound byte in the file.
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="firstSampleOffset" type="xs:int" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Location of the first valid sound byte in the file.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / firstValidByteBlock
Namespace http://www.loc.gov/audioMD/
Definition
Location of the first valid sound byte in the block.
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="firstValidByteBlock" type="xs:int" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Location of the first valid sound byte in the block.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / formatLocation
Namespace http://www.loc.gov/audioMD/
Definition
The place where the referenced file is located
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="formatLocation" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The place where the referenced file is located</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / formatName
Namespace http://www.loc.gov/audioMD/
Definition
The official name for the file format taken from the format documentation, e.g. "Broadcast Wave Format" or "Raw".
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="formatName" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The official name for the file format taken from the format documentation, e.g. "Broadcast Wave Format" or "Raw".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / formatNote
Namespace http://www.loc.gov/audioMD/
Definition
Application specific information about the audio file. e.g. SoundForge 5.0, WaveLab 3.0, etc....
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="formatNote" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Application specific information about the audio file. e.g. SoundForge 5.0, WaveLab 3.0, etc....</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / formatVersion
Namespace http://www.loc.gov/audioMD/
Definition
The version of the audio format specified in formatName e.g. for formatName="Broadcast Wave Format" formatVersion="3.0".
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="formatVersion" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The version of the audio format specified in formatName e.g. for formatName="Broadcast Wave Format" formatVersion="3.0".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / lastValidByteBlock
Namespace http://www.loc.gov/audioMD/
Definition
Location of the last valid sound byte in the block.
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="lastValidByteBlock" type="xs:int" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Location of the last valid sound byte in the block.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / numSampleFrames
Namespace http://www.loc.gov/audioMD/
Definition
The number of frames within an audio file.
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="numSampleFrames" type="xs:int" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The number of frames within an audio file.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / samplingFrequency
Namespace http://www.loc.gov/audioMD/
Definition
Rate at which the audio was sampled, expressed in kHz, e.g., 22, 44.1, 48, 96, etc.
Diagram
Diagram
Type xs:float
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="samplingFrequency" type="xs:float" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Rate at which the audio was sampled, expressed in kHz, e.g., 22, 44.1, 48, 96, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / security
Namespace http://www.loc.gov/audioMD/
Definition
The type of security precautions applied to the file e.g. password, encryption, hidden, etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="security" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The type of security precautions applied to the file e.g. password, encryption, hidden, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / use
Namespace http://www.loc.gov/audioMD/
Definition
The use of a digital audio file, e.g., Master, Service High, Service Low, Preview. Use Other if none of the preceding values pertains and clarify the use in the otherUse element
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
enumeration Master
enumeration Service
enumeration Service_High
enumeration Service_Low
enumeration Preview
enumeration Other
Source
<xs:element name="use" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The use of a digital audio file, e.g., Master, Service High, Service Low, Preview. Use Other if none of the preceding values pertains and clarify the use in the otherUse element</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Master"/>
      <xs:enumeration value="Service"/>
      <xs:enumeration value="Service_High"/>
      <xs:enumeration value="Service_Low"/>
      <xs:enumeration value="Preview"/>
      <xs:enumeration value="Other"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
[ top ]
Element fileDataType / otherUse
Namespace http://www.loc.gov/audioMD/
Definition
Denotes a use not contained in the allowed values set if Other is indicated in the use element.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="otherUse" minOccurs="0" maxOccurs="unbounded" type="xs:string">
  <xs:annotation>
    <xs:documentation>Denotes a use not contained in the allowed values set if Other is indicated in the use element.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element fileDataType / wordSize
Namespace http://www.loc.gov/audioMD/
Definition
Number of bytes that comprise a single sample of audio data, which generally maps to bits_per_sample. Files with a bit depth of 24 will usually be expressed as a 3-byte word_size; however, some applications may store 24-bit audio in a 4-byte word.
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="wordSize" type="xs:int" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Number of bytes that comprise a single sample of audio data, which generally maps to bits_per_sample. Files with a bit depth of 24 will usually be expressed as a 3-byte word_size; however, some applications may store 24-bit audio in a 4-byte word.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element audioType / physicalData
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id81 audioMD.tmp#id40 audioMD.tmp#id41 audioMD.tmp#id42 audioMD.tmp#id53 audioMD.tmp#id54 audioMD.tmp#id55 audioMD.tmp#id56 audioMD.tmp#id57 audioMD.tmp#id69 audioMD.tmp#id70 audioMD.tmp#id71 audioMD.tmp#id72 audioMD.tmp#id73 audioMD.tmp#id74 audioMD.tmp#id75 audioMD.tmp#id80 audioMD.tmp#id39
Type physicalDataType
Properties
content: complex
minOccurs: 0
Model EBUStorageMediaCodes* , condition* , dimensions* , disposition* , equalization* , generation* , groove* , material* , noiseReduction* , physFormat* , speed* , speedAdjustment* , speedNote* , trackFormat* , tracking* , note*
Children EBUStorageMediaCodes, condition, dimensions, disposition, equalization, generation, groove, material, noiseReduction, note, physFormat, speed, speedAdjustment, speedNote, trackFormat, tracking
Instance
<physicalData ID="">
  <EBUStorageMediaCodes>{0,unbounded}</EBUStorageMediaCodes>
  <condition>{0,unbounded}</condition>
  <dimensions DEPTH="" DIAMETER="" GAUGE="" HEIGHT="" LENGTH="" NOTE="" THICKNESS="" UNITS="" WIDTH="">{0,unbounded}</dimensions>
  <disposition>{0,unbounded}</disposition>
  <equalization>{0,unbounded}</equalization>
  <generation>{0,unbounded}</generation>
  <groove>{0,unbounded}</groove>
  <material ID="">{0,unbounded}</material>
  <noiseReduction>{0,unbounded}</noiseReduction>
  <physFormat>{0,unbounded}</physFormat>
  <speed>{0,unbounded}</speed>
  <speedAdjustment>{0,unbounded}</speedAdjustment>
  <speedNote>{0,unbounded}</speedNote>
  <trackFormat>{0,unbounded}</trackFormat>
  <tracking ID="">{0,unbounded}</tracking>
  <note>{0,unbounded}</note>
</physicalData>
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:element name="physicalData" type="physicalDataType" minOccurs="0"/>
[ top ]
Element physicalDataType / EBUStorageMediaCodes
Namespace http://www.loc.gov/audioMD/
Definition
The EBU Storage Media Code for the physical media. See http://www.ebu.ch/metadata/cs/ebu_StorageMediaTypeCodeCS.xml and http://www.ebu.ch/metadata/cs/web/ebu_StorageMediaTypeCodeCS_p.xml.htm
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="EBUStorageMediaCodes" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The EBU Storage Media Code for the physical media. See http://www.ebu.ch/metadata/cs/ebu_StorageMediaTypeCodeCS.xml and http://www.ebu.ch/metadata/cs/web/ebu_StorageMediaTypeCodeCS_p.xml.htm</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / condition
Namespace http://www.loc.gov/audioMD/
Definition
Narrative description of the physical condition of the item, e.g., brittle paper, sticky shed tape, chipped disc
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="condition" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Narrative description of the physical condition of the item, e.g., brittle paper, sticky shed tape, chipped disc</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / dimensions
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id44 audioMD.tmp#id45 audioMD.tmp#id46 audioMD.tmp#id47 audioMD.tmp#id48 audioMD.tmp#id49 audioMD.tmp#id50 audioMD.tmp#id51 audioMD.tmp#id52 audioMD.tmp#id43
Type dimensionsType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
DEPTH xs:float optional
The depth of the object in the unit of measure indicated in dimensions_unit, e.g., 7, 12.
DIAMETER xs:float optional
The diameter of any circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.
GAUGE xs:string optional
Gauge or width of source tape, including indication of unit of measure, e.g., 8 mm, 0.5 inch, 0.25 inch, etc..
HEIGHT xs:float optional
Height of the object in the unit of measure indicated in dimensions_unit, e.g., 23.
LENGTH xs:string optional
Length of source open-reel tape recording, including indication of unit of measure, e.g., 700 feet, 1200 feet, etc..
NOTE xs:string optional
Desciption of odd-shaped objects that cannot be described using the standard dimensions fields.
THICKNESS xs:string optional
The thickness of the medium unwound (e.g. tape)
UNITS xs:string optional
Unit of measurement of the source object, e.g., inches.
WIDTH xs:float optional
Width of any non-circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.
Source
<xs:element name="dimensions" type="dimensionsType" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element physicalDataType / disposition
Namespace http://www.loc.gov/audioMD/
Definition
What became of the source item, e.g., reshelved on shelf number 1234, discarded, loaned to XYZ organization, destroyed, etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="disposition" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>What became of the source item, e.g., reshelved on shelf number 1234, discarded, loaned to XYZ organization, destroyed, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / equalization
Namespace http://www.loc.gov/audioMD/
Definition
Equalization system inherent in source recording, e.g., FFRR (Full Frequency Range Recording), RIAA (Recording Industry Association Of America), etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="equalization" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Equalization system inherent in source recording, e.g., FFRR (Full Frequency Range Recording), RIAA (Recording Industry Association Of America), etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / generation
Namespace http://www.loc.gov/audioMD/
Definition
Generation of physical source item which was digitized, e.g., studio master, original disc, preservation tape copy, etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="generation" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Generation of physical source item which was digitized, e.g., studio master, original disc, preservation tape copy, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / groove
Namespace http://www.loc.gov/audioMD/
Definition
Groove type of audio source, e.g., standard groove, hill and dale cutting, microgroove, etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="groove" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Groove type of audio source, e.g., standard groove, hill and dale cutting, microgroove, etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / material
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id68 audioMD.tmp#id59 audioMD.tmp#id60 audioMD.tmp#id61 audioMD.tmp#id62 audioMD.tmp#id63 audioMD.tmp#id64 audioMD.tmp#id65 audioMD.tmp#id66 audioMD.tmp#id67 audioMD.tmp#id58
Type materialType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model baseMaterial{0,1} , binder{0,1} , discSurface{0,1} , oxide{0,1} , activeLayer{0,1} , reflectiveLayer{0,1} , stockBrand{0,1} , method{0,1} , usedSides{0,1}
Children activeLayer, baseMaterial, binder, discSurface, method, oxide, reflectiveLayer, stockBrand, usedSides
Instance
<material ID="">
  <baseMaterial>{0,1}</baseMaterial>
  <binder>{0,1}</binder>
  <discSurface>{0,1}</discSurface>
  <oxide>{0,1}</oxide>
  <activeLayer>{0,1}</activeLayer>
  <reflectiveLayer>{0,1}</reflectiveLayer>
  <stockBrand>{0,1}</stockBrand>
  <method>{0,1}</method>
  <usedSides>{0,1}</usedSides>
</material>
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:element name="material" type="materialType" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element materialType / baseMaterial
Namespace http://www.loc.gov/audioMD/
Definition
Base material of the source sound recording, e.g., plastic, glass, vinyl, metal, wax, polycarbonate, etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="baseMaterial" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Base material of the source sound recording, e.g., plastic, glass, vinyl, metal, wax, polycarbonate, etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element materialType / binder
Namespace http://www.loc.gov/audioMD/
Definition
Type of adhesive used to bind recording surface to base material, e.g., CA (cellulose acetate) , PVC (polyvinyl chloride) etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="binder" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Type of adhesive used to bind recording surface to base material, e.g., CA (cellulose acetate) , PVC (polyvinyl chloride) etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element materialType / discSurface
Namespace http://www.loc.gov/audioMD/
Definition
Type of recording surface aluminium, celluloid etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="discSurface" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Type of recording surface aluminium, celluloid etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element materialType / oxide
Namespace http://www.loc.gov/audioMD/
Definition
Type of oxide used for the coating of a tape recording, e.g., cobalt modified, chromium dioxide, etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="oxide" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Type of oxide used for the coating of a tape recording, e.g., cobalt modified, chromium dioxide, etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element materialType / activeLayer
Namespace http://www.loc.gov/audioMD/
Definition
Type of material used on the recording surface, e.g. dye, tellurium-selenium alloy, etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="activeLayer" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Type of material used on the recording surface, e.g. dye, tellurium-selenium alloy, etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element materialType / reflectiveLayer
Namespace http://www.loc.gov/audioMD/
Definition
Type of material used on the recordings reflective surface, e.g. gold, silver aluminium etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="reflectiveLayer" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Type of material used on the recordings reflective surface, e.g. gold, silver aluminium etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element materialType / stockBrand
Namespace http://www.loc.gov/audioMD/
Definition
Manufacturer and stock number for source recording, e.g., Scotch 208, Ampex 407, Webco steel wire, Quik-cut 3215 acetate disc, etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="stockBrand" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Manufacturer and stock number for source recording, e.g., Scotch 208, Ampex 407, Webco steel wire, Quik-cut 3215 acetate disc, etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element materialType / method
Namespace http://www.loc.gov/audioMD/
Definition
Methods to press music records e.g. "Direct metal", "Lacquer Master", "Metal Master", "Metal mother", "Pressing", "Metal stamper" and "Test pressing".
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="method" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Methods to press music records e.g. "Direct metal", "Lacquer Master", "Metal Master", "Metal mother", "Pressing", "Metal stamper" and "Test pressing".</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element materialType / usedSides
Namespace http://www.loc.gov/audioMD/
Definition
Number of recorded sides of the material
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="usedSides" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Number of recorded sides of the material</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / noiseReduction
Namespace http://www.loc.gov/audioMD/
Definition
Noise reduction system inherent in source recording, e.g., DA ( Dolby A), DB ( Dolby S), FL (Flat) etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="noiseReduction" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Noise reduction system inherent in source recording, e.g., DA ( Dolby A), DB ( Dolby S), FL (Flat) etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / physFormat
Namespace http://www.loc.gov/audioMD/
Definition
Name for the physical format of the source e.g., Record, Audiocassette, etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="physFormat" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Name for the physical format of the source e.g., Record, Audiocassette, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / speed
Namespace http://www.loc.gov/audioMD/
Definition
Nominal speed of the source recording, including indication of the unit of measure, e.g., 1 7/8 ips, 4.75 cm/s, 15 ips, 78 rpm, 45 rpm, etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="speed" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Nominal speed of the source recording, including indication of the unit of measure, e.g., 1 7/8 ips, 4.75 cm/s, 15 ips, 78 rpm, 45 rpm, etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / speedAdjustment
Namespace http://www.loc.gov/audioMD/
Definition
Speed actually used at playback expressed as a percentage of nominal speed, e.g., 90 or 110.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="speedAdjustment" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Speed actually used at playback expressed as a percentage of nominal speed, e.g., 90 or 110.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / speedNote
Namespace http://www.loc.gov/audioMD/
Definition
Note to state actual speed as a number (73 rpm) or to state a deviation such as "corrected to C sharp pitch.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="speedNote" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Note to state actual speed as a number (73 rpm) or to state a deviation such as "corrected to C sharp pitch.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / trackFormat
Namespace http://www.loc.gov/audioMD/
Definition
Track format of a magnetic tape, e.g., full track, half track, quarter track stereo, video HiFi, etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="trackFormat" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Track format of a magnetic tape, e.g., full track, half track, quarter track stereo, video HiFi, etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / tracking
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id79 audioMD.tmp#id77 audioMD.tmp#id78 audioMD.tmp#id76
Type trackingInfoType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model trackingType{0,1} , trackingValue{0,1}
Children trackingType, trackingValue
Instance
<tracking ID="">
  <trackingType>{0,1}</trackingType>
  <trackingValue>{0,1}</trackingValue>
</tracking>
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:element name="tracking" type="trackingInfoType" minOccurs="0" maxOccurs="unbounded"/>
[ top ]
Element trackingInfoType / trackingType
Namespace http://www.loc.gov/audioMD/
Definition
The type of tracking code, e.g., system number, actual shelf numbers, bar-code, etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="trackingType" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The type of tracking code, e.g., system number, actual shelf numbers, bar-code, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element trackingInfoType / trackingValue
Namespace http://www.loc.gov/audioMD/
Definition
Shelf number or other identifier for source, e.g., system number, actual shelf numbers, etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="trackingValue" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Shelf number or other identifier for source, e.g., system number, actual shelf numbers, etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element physicalDataType / note
Namespace http://www.loc.gov/audioMD/
Definition
Miscellaneous information about the physical item.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Miscellaneous information about the physical item.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element audioType / audioInfo
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id93 audioMD.tmp#id84 audioMD.tmp#id85 audioMD.tmp#id86 audioMD.tmp#id87 audioMD.tmp#id92 audioMD.tmp#id83
Type audioInfoType
Properties
content: complex
minOccurs: 0
Model duration* , note* , numChannels* , soundChannelMap* , soundField*
Children duration, note, numChannels, soundChannelMap, soundField
Instance
<audioInfo ID="">
  <duration>{0,unbounded}</duration>
  <note>{0,unbounded}</note>
  <numChannels>{0,unbounded}</numChannels>
  <soundChannelMap>{0,unbounded}</soundChannelMap>
  <soundField>{0,unbounded}</soundField>
</audioInfo>
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:element name="audioInfo" type="audioInfoType" minOccurs="0"/>
[ top ]
Element audioInfoType / duration
Namespace http://www.loc.gov/audioMD/
Definition
Elapsed time of the entire file, expressed using ISO 8601 syntax; see http://www.w3.org/TR/NOTE-datetime.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="duration" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Elapsed time of the entire file, expressed using ISO 8601 syntax; see http://www.w3.org/TR/NOTE-datetime.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element audioInfoType / note
Namespace http://www.loc.gov/audioMD/
Definition
Miscellaneous information about the audio item. e.g. digital alterations or enhancements to improve quality.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Miscellaneous information about the audio item. e.g. digital alterations or enhancements to improve quality.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element audioInfoType / numChannels
Namespace http://www.loc.gov/audioMD/
Definition
Number of audio channels, e.g., 1, 2, 4, 5, etc. See also soundChannelMap.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="numChannels" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Number of audio channels, e.g., 1, 2, 4, 5, etc. See also soundChannelMap.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element audioInfoType / soundChannelMap
Namespace http://www.loc.gov/audioMD/
Definition
Information about the channel configuration, e.g., mapping the audio channel to their intended aural position/loudspeakers. The values represent parseable compound metadata using commas as separators, e.g., 1=left_front, 2=right_front, 3=center, 4=left_
Diagram
Diagram audioMD.tmp#id89 audioMD.tmp#id88
Type soundChannelMapType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model channelAssignment{0,1}
Children channelAssignment
Instance
<soundChannelMap>
  <channelAssignment CHANNELNUM="" MAPLOCATION="">{0,1}</channelAssignment>
</soundChannelMap>
Source
<xs:element name="soundChannelMap" type="soundChannelMapType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Information about the channel configuration, e.g., mapping the audio channel to their intended aural position/loudspeakers. The values represent parseable compound metadata using commas as separators, e.g., 1=left_front, 2=right_front, 3=center, 4=left_</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element soundChannelMapType / channelAssignment
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id90 audioMD.tmp#id91
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
CHANNELNUM xs:nonNegativeInteger optional
MAPLOCATION xs:string optional
Source
<xs:element name="channelAssignment" minOccurs="0">
  <xs:complexType>
    <xs:attribute name="CHANNELNUM" type="xs:nonNegativeInteger"/>
    <xs:attribute name="MAPLOCATION" type="xs:string"/>
  </xs:complexType>
</xs:element>
[ top ]
Element audioInfoType / soundField
Namespace http://www.loc.gov/audioMD/
Definition
Indicates aural space arrangement of the sound recording, e.g., monaural, stereo, joint stereo, surround sound DTS 5.1, etc..
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="soundField" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Indicates aural space arrangement of the sound recording, e.g., monaural, stereo, joint stereo, surround sound DTS 5.1, etc..</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element audioType / calibrationInfo
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id100 audioMD.tmp#id96 audioMD.tmp#id97 audioMD.tmp#id98 audioMD.tmp#id99 audioMD.tmp#id95
Type calibrationInfoType
Properties
content: complex
minOccurs: 0
Model calibrationExtInt{0,1} , calibrationLocation{0,1} , calibrationTimeStamp* , calibrationTrackType{0,1}
Children calibrationExtInt, calibrationLocation, calibrationTimeStamp, calibrationTrackType
Instance
<calibrationInfo ID="">
  <calibrationExtInt>{0,1}</calibrationExtInt>
  <calibrationLocation>{0,1}</calibrationLocation>
  <calibrationTimeStamp>{0,unbounded}</calibrationTimeStamp>
  <calibrationTrackType>{0,1}</calibrationTrackType>
</calibrationInfo>
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:element name="calibrationInfo" type="calibrationInfoType" minOccurs="0"/>
[ top ]
Element calibrationInfoType / calibrationExtInt
Namespace http://www.loc.gov/audioMD/
Definition
Indicates whether the calibration data is within digital audio file or in a separate file
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="calibrationExtInt" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Indicates whether the calibration data is within digital audio file or in a separate file</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element calibrationInfoType / calibrationLocation
Namespace http://www.loc.gov/audioMD/
Definition
Location of the calibration file if it is external e.g. URN, URL, etc...
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="calibrationLocation" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Location of the calibration file if it is external e.g. URN, URL, etc...</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element calibrationInfoType / calibrationTimeStamp
Namespace http://www.loc.gov/audioMD/
Definition
Exact location of calibration tones within a file i.e. HH:MM:SSss...
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="calibrationTimeStamp" type="xs:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Exact location of calibration tones within a file i.e. HH:MM:SSss...</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element calibrationInfoType / calibrationTrackType
Namespace http://www.loc.gov/audioMD/
Definition
Defines the type of calibration, e.g., the ITU test sequences known as CCITT 0.33.00 (mono) and CCITT 0.33.01 (stereo).
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="calibrationTrackType" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Defines the type of calibration, e.g., the ITU test sequences known as CCITT 0.33.00 (mono) and CCITT 0.33.01 (stereo).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element AUDIOSRC
Namespace http://www.loc.gov/audioMD/
Diagram
Diagram audioMD.tmp#id101 audioMD.tmp#id102 audioMD.tmp#id3 audioMD.tmp#id38 audioMD.tmp#id82 audioMD.tmp#id94 audioMD.tmp#id2
Type audioType
Properties
content: complex
Model fileData{0,1} , physicalData{0,1} , audioInfo{0,1} , calibrationInfo{0,1}
Children audioInfo, calibrationInfo, fileData, physicalData
Instance
<AUDIOSRC ANALOGDIGITALFLAG="" ID="">
  <fileData ID="">{0,1}</fileData>
  <physicalData ID="">{0,1}</physicalData>
  <audioInfo ID="">{0,1}</audioInfo>
  <calibrationInfo ID="">{0,1}</calibrationInfo>
</AUDIOSRC>
Attributes
QName Type Fixed Default Use Annotation
ANALOGDIGITALFLAG restriction of xs:NMTOKEN required
ID xs:ID optional
Source
<xs:element name="AUDIOSRC" type="audioType"/>
[ top ]
Complex Type audioType
Namespace http://www.loc.gov/audioMD/
Definition
audioType: complexType for encapsulating and organizing within a singleparent element the individual audio metadata elements that describe an object or portion of an object. The four individual elements that comprise an audio object are documented under their corresponding types.
Diagram
Diagram audioMD.tmp#id101 audioMD.tmp#id102 audioMD.tmp#id3 audioMD.tmp#id38 audioMD.tmp#id82 audioMD.tmp#id94
Used by
Elements AUDIOMD, AUDIOSRC
Model fileData{0,1} , physicalData{0,1} , audioInfo{0,1} , calibrationInfo{0,1}
Children audioInfo, calibrationInfo, fileData, physicalData
Attributes
QName Type Fixed Default Use Annotation
ANALOGDIGITALFLAG restriction of xs:NMTOKEN required
ID xs:ID optional
Source
<xs:complexType name="audioType">
  <xs:annotation>
    <xs:documentation>audioType: complexType for encapsulating and organizing within a
				singleparent element the individual audio metadata elements that describe an object
				or portion of an object. The four individual elements that comprise an audio object
				are documented under their corresponding types.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="fileData" type="fileDataType" minOccurs="0"/>
    <xs:element name="physicalData" type="physicalDataType" minOccurs="0"/>
    <xs:element name="audioInfo" type="audioInfoType" minOccurs="0"/>
    <xs:element name="calibrationInfo" type="calibrationInfoType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID"/>
  <xs:attribute name="ANALOGDIGITALFLAG" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="Analog"/>
        <xs:enumeration value="PhysDigital"/>
        <xs:enumeration value="FileDigital"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
[ top ]
Complex Type fileDataType
Namespace http://www.loc.gov/audioMD/
Definition
The element is used to describe technical characteristics of an audio file.
Diagram
Diagram audioMD.tmp#id37 audioMD.tmp#id5 audioMD.tmp#id6 audioMD.tmp#id7 audioMD.tmp#id8 audioMD.tmp#id9 audioMD.tmp#id15 audioMD.tmp#id22 audioMD.tmp#id23 audioMD.tmp#id24 audioMD.tmp#id25 audioMD.tmp#id26 audioMD.tmp#id27 audioMD.tmp#id28 audioMD.tmp#id29 audioMD.tmp#id30 audioMD.tmp#id31 audioMD.tmp#id32 audioMD.tmp#id33 audioMD.tmp#id34 audioMD.tmp#id35 audioMD.tmp#id36
Used by
Model audioBlockSize* , audioDataEncoding* , bitsPerSample* , byteOrder* , messageDigest* , compression* , dataRate* , dataRateMode* , firstSampleOffset* , firstValidByteBlock* , formatLocation* , formatName* , formatNote* , formatVersion* , lastValidByteBlock* , numSampleFrames* , samplingFrequency* , security* , use* , otherUse* , wordSize*
Children audioBlockSize, audioDataEncoding, bitsPerSample, byteOrder, compression, dataRate, dataRateMode, firstSampleOffset, firstValidByteBlock, formatLocation, formatName, formatNote, formatVersion, lastValidByteBlock, messageDigest, numSampleFrames, otherUse, samplingFrequency, security, use, wordSize
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:complexType name="fileDataType">
  <xs:annotation>
    <xs:documentation>The element is used to describe technical characteristics of an audio file.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="audioBlockSize" type="xs:int" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Size of an audio block (frame or sample) in bytes.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="audioDataEncoding" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Structure for audio data; current known types are pulse code modulation (PCM) and SONY's DSD structure.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="bitsPerSample" type="xs:int" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Number of bits per audio sample, e.g., 16, 20, 24, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="byteOrder" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The order of bit significance in a byte from left to right. i.e. 0-least-to-most, 1-most-to-least, 2-mixed-endianess.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:enumeration value="0"/>
          <xs:enumeration value="1"/>
          <xs:enumeration value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="messageDigest" type="messageDigestType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="compression" type="compressionType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="dataRate" type="xs:int" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Data rate of the audio in an MP3 or other compressed file, expressed in kbps, e.g., 64, 128, 256, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dataRateMode" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Indicator whether the data rate is fixed or variable.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="Fixed"/>
          <xs:enumeration value="Variable"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="firstSampleOffset" type="xs:int" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Location of the first valid sound byte in the file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="firstValidByteBlock" type="xs:int" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Location of the first valid sound byte in the block.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="formatLocation" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The place where the referenced file is located</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="formatName" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The official name for the file format taken from the format documentation, e.g. "Broadcast Wave Format" or "Raw".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="formatNote" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Application specific information about the audio file. e.g. SoundForge 5.0, WaveLab 3.0, etc....</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="formatVersion" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The version of the audio format specified in formatName e.g. for formatName="Broadcast Wave Format" formatVersion="3.0".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="lastValidByteBlock" type="xs:int" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Location of the last valid sound byte in the block.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="numSampleFrames" type="xs:int" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The number of frames within an audio file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="samplingFrequency" type="xs:float" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Rate at which the audio was sampled, expressed in kHz, e.g., 22, 44.1, 48, 96, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="security" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The type of security precautions applied to the file e.g. password, encryption, hidden, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="use" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The use of a digital audio file, e.g., Master, Service High, Service Low, Preview. Use Other if none of the preceding values pertains and clarify the use in the otherUse element</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="Master"/>
          <xs:enumeration value="Service"/>
          <xs:enumeration value="Service_High"/>
          <xs:enumeration value="Service_Low"/>
          <xs:enumeration value="Preview"/>
          <xs:enumeration value="Other"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="otherUse" minOccurs="0" maxOccurs="unbounded" type="xs:string">
      <xs:annotation>
        <xs:documentation>Denotes a use not contained in the allowed values set if Other is indicated in the use element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="wordSize" type="xs:int" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Number of bytes that comprise a single sample of audio data, which generally maps to bits_per_sample. Files with a bit depth of 24 will usually be expressed as a 3-byte word_size; however, some applications may store 24-bit audio in a 4-byte word.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID"/>
</xs:complexType>
[ top ]
Complex Type messageDigestType
Namespace http://www.loc.gov/audioMD/
Definition
messageDigestType: Complex Type for recording the type of messageDigest used for a digital audio file. messageDigestType has 1 attribute ID (XML ID) and 3 elements messageDigestDatetime, messageDigestAlgorithm and messageDigest.
Diagram
Diagram audioMD.tmp#id14 audioMD.tmp#id11 audioMD.tmp#id12 audioMD.tmp#id13
Used by
Model messageDigestDatetime , messageDigestAlgorithm , messageDigest
Children messageDigest, messageDigestAlgorithm, messageDigestDatetime
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:complexType name="messageDigestType">
  <xs:annotation>
    <xs:documentation>messageDigestType: Complex Type for recording the type of
				messageDigest used for a digital audio file. messageDigestType has 1 attribute ID (XML ID)  and 3
				elements messageDigestDatetime, messageDigestAlgorithm and messageDigest.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="messageDigestDatetime" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>The datetime when the messageDigest was calculated and applied.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="messageDigestAlgorithm" type="xs:string">
      <xs:annotation>
        <xs:documentation>Type of messageDigest used.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="messageDigest" type="xs:string">
      <xs:annotation>
        <xs:documentation>The messageDigest value.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID"/>
</xs:complexType>
[ top ]
Complex Type compressionType
Namespace http://www.loc.gov/audioMD/
Definition
compressionType: complexType for recording the type of compression used for a digital audio file. compressionType has 1 attribute ID XML ID) and 4 elements codecCreatorApp, codecCreatorAppVersion, codecName and codecQuality.
Diagram
Diagram audioMD.tmp#id21 audioMD.tmp#id17 audioMD.tmp#id18 audioMD.tmp#id19 audioMD.tmp#id20
Used by
Model codecCreatorApp{0,1} , codecCreatorAppVersion{0,1} , codecName{0,1} , codecQuality{0,1}
Children codecCreatorApp, codecCreatorAppVersion, codecName, codecQuality
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:complexType name="compressionType">
  <xs:annotation>
    <xs:documentation>compressionType: complexType for recording the type of compression
				used for a digital audio file. compressionType has 1 attribute ID XML ID) and 4 elements codecCreatorApp, codecCreatorAppVersion, codecName and codecQuality.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="codecCreatorApp" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name of the creator of the compression application e.g. SoundForge, etc...</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="codecCreatorAppVersion" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Version of the compression application e.g. 5.0, etc...</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="codecName" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name and version (or subtype) of the compression algorithm used, e.g., Frauenhofer xyz ["xyz"] is a placeholder for versioning information]</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="codecQuality" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Impact of the compression on quality e.g. lossless or lossy.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="lossless"/>
          <xs:enumeration value="lossy"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID"/>
</xs:complexType>
[ top ]
Complex Type physicalDataType
Namespace http://www.loc.gov/audioMD/
Definition
The physicalData element describes the physical nature of an audio object if it exists as such (i.e. it is not a file). This will generally apply to analog items but may also be used to describe digital formats such as open reel digital, DAT, ADAT tape, CD-R, etc....
Diagram
Diagram audioMD.tmp#id81 audioMD.tmp#id40 audioMD.tmp#id41 audioMD.tmp#id42 audioMD.tmp#id53 audioMD.tmp#id54 audioMD.tmp#id55 audioMD.tmp#id56 audioMD.tmp#id57 audioMD.tmp#id69 audioMD.tmp#id70 audioMD.tmp#id71 audioMD.tmp#id72 audioMD.tmp#id73 audioMD.tmp#id74 audioMD.tmp#id75 audioMD.tmp#id80
Used by
Model EBUStorageMediaCodes* , condition* , dimensions* , disposition* , equalization* , generation* , groove* , material* , noiseReduction* , physFormat* , speed* , speedAdjustment* , speedNote* , trackFormat* , tracking* , note*
Children EBUStorageMediaCodes, condition, dimensions, disposition, equalization, generation, groove, material, noiseReduction, note, physFormat, speed, speedAdjustment, speedNote, trackFormat, tracking
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:complexType name="physicalDataType">
  <xs:annotation>
    <xs:documentation>The physicalData element describes the physical nature
				of an audio object if it exists as such (i.e. it is not a file). This will generally
				apply to analog items but may also be used to describe digital formats such as open
				reel digital, DAT, ADAT tape, CD-R, etc....</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="EBUStorageMediaCodes" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The EBU Storage Media Code for the physical media. See http://www.ebu.ch/metadata/cs/ebu_StorageMediaTypeCodeCS.xml and http://www.ebu.ch/metadata/cs/web/ebu_StorageMediaTypeCodeCS_p.xml.htm</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="condition" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Narrative description of the physical condition of the item, e.g., brittle paper, sticky shed tape, chipped disc</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dimensions" type="dimensionsType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="disposition" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>What became of the source item, e.g., reshelved on shelf number 1234, discarded, loaned to XYZ organization, destroyed, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="equalization" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Equalization system inherent in source recording, e.g., FFRR (Full Frequency Range Recording), RIAA (Recording Industry Association Of America), etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="generation" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Generation of physical source item which was digitized, e.g., studio master, original disc, preservation tape copy, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="groove" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Groove type of audio source, e.g., standard groove, hill and dale cutting, microgroove, etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="material" type="materialType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="noiseReduction" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Noise reduction system inherent in source recording, e.g., DA ( Dolby A), DB ( Dolby S), FL (Flat) etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="physFormat" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Name for the physical format of the source e.g., Record, Audiocassette, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="speed" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Nominal speed of the source recording, including indication of the unit of measure, e.g., 1 7/8 ips, 4.75 cm/s, 15 ips, 78 rpm, 45 rpm, etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="speedAdjustment" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Speed actually used at playback expressed as a percentage of nominal speed, e.g., 90 or 110.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="speedNote" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Note to state actual speed as a number (73 rpm) or to state a deviation such as "corrected to C sharp pitch.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="trackFormat" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Track format of a magnetic tape, e.g., full track, half track, quarter track stereo, video HiFi, etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="tracking" type="trackingInfoType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Miscellaneous information about the physical item.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID"/>
</xs:complexType>
[ top ]
Complex Type dimensionsType
Namespace http://www.loc.gov/audioMD/
Definition
dimensionsType: Complex Type for recording the dimensions of an object. dimensionsType has the following attributes: 1. DEPTH: The depth of the object in the unit of measure indicated in dimensions_unit, e.g., 7, 12.; 2. DIAMETER: The diameter of any circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.; 3. GAUGE: Gauge or width of source tape, including indication of unit of measure, e.g., 8 mm, 0.5 inch, 0.25 inch, etc..; 4. HEIGHT: Height of the object in the unit of measure indicated in dimensions_unit, e.g., 23.; 5. LENGTH: Length of source open-reel tape recording, including indication of unit of measure, e.g., 700 feet, 1200 feet, etc..; 6. NOTE: Desciption of odd-shaped objects that cannot be described using the standard dimensions fields.; 7. THICKNESS: The thickness of the medium unwound (e.g. tape); 8. UNITS: Unit of measurement of the source object, e.g., inches.; 9. WIDTH: Width of any non-circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.
Diagram
Diagram audioMD.tmp#id44 audioMD.tmp#id45 audioMD.tmp#id46 audioMD.tmp#id47 audioMD.tmp#id48 audioMD.tmp#id49 audioMD.tmp#id50 audioMD.tmp#id51 audioMD.tmp#id52
Used by
Attributes
QName Type Fixed Default Use Annotation
DEPTH xs:float optional
The depth of the object in the unit of measure indicated in dimensions_unit, e.g., 7, 12.
DIAMETER xs:float optional
The diameter of any circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.
GAUGE xs:string optional
Gauge or width of source tape, including indication of unit of measure, e.g., 8 mm, 0.5 inch, 0.25 inch, etc..
HEIGHT xs:float optional
Height of the object in the unit of measure indicated in dimensions_unit, e.g., 23.
LENGTH xs:string optional
Length of source open-reel tape recording, including indication of unit of measure, e.g., 700 feet, 1200 feet, etc..
NOTE xs:string optional
Desciption of odd-shaped objects that cannot be described using the standard dimensions fields.
THICKNESS xs:string optional
The thickness of the medium unwound (e.g. tape)
UNITS xs:string optional
Unit of measurement of the source object, e.g., inches.
WIDTH xs:float optional
Width of any non-circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.
Source
<xs:complexType name="dimensionsType">
  <xs:annotation>
    <xs:documentation>dimensionsType: Complex Type for recording the dimensions of an object. 
				dimensionsType has the following attributes: 
				1. DEPTH:  The depth of the object in the unit of measure indicated in dimensions_unit, e.g., 7, 12.; 
				2. DIAMETER: The diameter of any circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.; 
				3. GAUGE: Gauge or width of source tape, including indication of unit of measure, e.g., 8 mm, 0.5 inch, 0.25 inch, etc..; 
				4. HEIGHT: Height of the object in the unit of measure indicated in dimensions_unit, e.g., 23.; 
				5. LENGTH: Length of source open-reel tape recording, including indication of unit of measure, e.g., 700 feet, 1200 feet, etc..; 
				6. NOTE: Desciption of odd-shaped objects that cannot be described using the standard dimensions fields.; 
				7. THICKNESS: The thickness of the medium unwound (e.g. tape); 
				8. UNITS: Unit of measurement of the source object, e.g., inches.; 
				9. WIDTH: Width of any non-circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="DEPTH" type="xs:float">
    <xs:annotation>
      <xs:documentation>The depth of the object in the unit of measure indicated in dimensions_unit, e.g., 7, 12.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="DIAMETER" type="xs:float">
    <xs:annotation>
      <xs:documentation>The diameter of any circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="GAUGE" type="xs:string">
    <xs:annotation>
      <xs:documentation>Gauge or width of source tape, including indication of unit of measure, e.g., 8 mm, 0.5 inch, 0.25 inch, etc..</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="HEIGHT" type="xs:float">
    <xs:annotation>
      <xs:documentation>Height of the object in the unit of measure indicated in dimensions_unit, e.g., 23.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="LENGTH" type="xs:string">
    <xs:annotation>
      <xs:documentation>Length of source open-reel tape recording, including indication of unit of measure, e.g., 700 feet, 1200 feet, etc..</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="NOTE" type="xs:string">
    <xs:annotation>
      <xs:documentation>Desciption of odd-shaped objects that cannot be described using the standard dimensions fields.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="THICKNESS" type="xs:string">
    <xs:annotation>
      <xs:documentation>The thickness of the medium unwound (e.g. tape)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="UNITS" type="xs:string">
    <xs:annotation>
      <xs:documentation>Unit of measurement of the source object, e.g., inches.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="WIDTH" type="xs:float">
    <xs:annotation>
      <xs:documentation>Width of any non-circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
[ top ]
Complex Type materialType
Namespace http://www.loc.gov/audioMD/
Definition
materialType: Complex Type for recording the physical characteristics of the construction and material of an audio source item. materialType has 1 attribute ID (XML ID) and 9 elements baseMaterial, binder, discSurface, oxide, activeLayer, reflectiveLayer, stockBrand, method and usedSides.
Diagram
Diagram audioMD.tmp#id68 audioMD.tmp#id59 audioMD.tmp#id60 audioMD.tmp#id61 audioMD.tmp#id62 audioMD.tmp#id63 audioMD.tmp#id64 audioMD.tmp#id65 audioMD.tmp#id66 audioMD.tmp#id67
Used by
Model baseMaterial{0,1} , binder{0,1} , discSurface{0,1} , oxide{0,1} , activeLayer{0,1} , reflectiveLayer{0,1} , stockBrand{0,1} , method{0,1} , usedSides{0,1}
Children activeLayer, baseMaterial, binder, discSurface, method, oxide, reflectiveLayer, stockBrand, usedSides
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:complexType name="materialType">
  <xs:annotation>
    <xs:documentation>materialType: Complex Type for recording the physical characteristics
				of the construction and material of an audio source item. materialType has 1
				attribute ID (XML ID) and 9 elements baseMaterial, binder, discSurface, oxide, activeLayer, reflectiveLayer, stockBrand, method and usedSides.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="baseMaterial" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Base material of the source sound recording, e.g., plastic, glass, vinyl, metal, wax, polycarbonate, etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="binder" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Type of adhesive used to bind recording surface to base material, e.g., CA (cellulose acetate) , PVC (polyvinyl chloride) etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="discSurface" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Type of recording surface aluminium, celluloid etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="oxide" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Type of oxide used for the coating of a tape recording, e.g., cobalt modified, chromium dioxide, etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="activeLayer" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Type of material used on the recording surface, e.g. dye, tellurium-selenium alloy, etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="reflectiveLayer" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Type of material used on the recordings reflective surface, e.g. gold, silver aluminium etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="stockBrand" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Manufacturer and stock number for source recording, e.g., Scotch 208, Ampex 407, Webco steel wire, Quik-cut 3215 acetate disc, etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="method" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Methods to press music records e.g. "Direct metal", "Lacquer Master", "Metal Master", "Metal mother", "Pressing", "Metal stamper" and "Test pressing".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="usedSides" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Number of recorded sides of the material</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID"/>
</xs:complexType>
[ top ]
Complex Type trackingInfoType
Namespace http://www.loc.gov/audioMD/
Definition
trackingInfoType: Complex Type for recording tracking information about an audio source item. trackingInfoType has 1 attribute ID (XML ID) and 2 elements trackingType and trackingValue.
Diagram
Diagram audioMD.tmp#id79 audioMD.tmp#id77 audioMD.tmp#id78
Used by
Model trackingType{0,1} , trackingValue{0,1}
Children trackingType, trackingValue
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:complexType name="trackingInfoType">
  <xs:annotation>
    <xs:documentation>trackingInfoType: Complex Type for recording tracking information about an
				audio source item. trackingInfoType has 1 attribute ID (XML ID) and 2 elements trackingType and trackingValue.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="trackingType" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The type of tracking code, e.g., system number, actual shelf numbers, bar-code, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="trackingValue" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Shelf number or other identifier for source, e.g., system number, actual shelf numbers, etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID"/>
</xs:complexType>
[ top ]
Complex Type audioInfoType
Namespace http://www.loc.gov/audioMD/
Definition
audioInfo: The audioInfo element is used to describe audio characteristics of an object that not specific to either the physical object or a digital representation.
Diagram
Diagram audioMD.tmp#id93 audioMD.tmp#id84 audioMD.tmp#id85 audioMD.tmp#id86 audioMD.tmp#id87 audioMD.tmp#id92
Used by
Model duration* , note* , numChannels* , soundChannelMap* , soundField*
Children duration, note, numChannels, soundChannelMap, soundField
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:complexType name="audioInfoType">
  <xs:annotation>
    <xs:documentation>audioInfo: The audioInfo element is used to describe audio
				characteristics of an object that not specific to either the physical object or a
				digital representation.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="duration" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Elapsed time of the entire file, expressed using ISO 8601 syntax; see http://www.w3.org/TR/NOTE-datetime.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="note" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Miscellaneous information about the audio item. e.g. digital alterations or enhancements to improve quality.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="numChannels" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Number of audio channels, e.g., 1, 2, 4, 5, etc. See also soundChannelMap.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="soundChannelMap" type="soundChannelMapType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Information about the channel configuration, e.g., mapping the audio channel to their intended aural position/loudspeakers. The values represent parseable compound metadata using commas as separators, e.g., 1=left_front, 2=right_front, 3=center, 4=left_</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="soundField" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Indicates aural space arrangement of the sound recording, e.g., monaural, stereo, joint stereo, surround sound DTS 5.1, etc..</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID"/>
</xs:complexType>
[ top ]
Complex Type soundChannelMapType
Namespace http://www.loc.gov/audioMD/
Definition
soundChannelMapType: Complex type for describing the aural layout of any audio tracks. The soundChannelMap element is used to wrap any number of channelAssignment elements. This structure is used to describe the relationship of sound channels to their destination. Generally, the destination will be a location on the sound stage though it could also be something more specialized such as a time code reader or even the channels of a mixing board. The channelAssignment element maps a sound channel to its destination. There are 2 required attributes. The channeNum identifies the sound channel of this audio object. Note that the first channelNum is 0 while each subsequent channel is incremented by 1. The mapLocation attribute specifies the destination.
Diagram
Diagram audioMD.tmp#id89
Used by
Model channelAssignment{0,1}
Children channelAssignment
Source
<xs:complexType name="soundChannelMapType">
  <xs:annotation>
    <xs:documentation>soundChannelMapType: Complex type for describing the aural layout of
				any audio tracks. The soundChannelMap element is used to wrap any number of
				channelAssignment elements. This structure is used to describe the relationship of
				sound channels to their destination. Generally, the destination will be a location
				on the sound stage though it could also be something more specialized such as a time
				code reader or even the channels of a mixing board. The channelAssignment element
				maps a sound channel to its destination. There are 2 required attributes. The
				channeNum identifies the sound channel of this audio object. Note that the first
				channelNum is 0 while each subsequent channel is incremented by 1. The mapLocation
				attribute specifies the destination.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="channelAssignment" minOccurs="0">
      <xs:complexType>
        <xs:attribute name="CHANNELNUM" type="xs:nonNegativeInteger"/>
        <xs:attribute name="MAPLOCATION" type="xs:string"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
[ top ]
Complex Type calibrationInfoType
Namespace http://www.loc.gov/audioMD/
Definition
calibrationInfoType: complexType for storing the type of calibration related characteristics of an audio object, regardless of physical or digital format. calibrationInfoType has 1 attribute ID (XML ID) and 4 elements calibrationExtInt, calibrationLocation, calibrationTimeStamp and calibrationType.
Diagram
Diagram audioMD.tmp#id100 audioMD.tmp#id96 audioMD.tmp#id97 audioMD.tmp#id98 audioMD.tmp#id99
Used by
Model calibrationExtInt{0,1} , calibrationLocation{0,1} , calibrationTimeStamp* , calibrationTrackType{0,1}
Children calibrationExtInt, calibrationLocation, calibrationTimeStamp, calibrationTrackType
Attributes
QName Type Fixed Default Use Annotation
ID xs:ID optional
Source
<xs:complexType name="calibrationInfoType">
  <xs:annotation>
    <xs:documentation>calibrationInfoType: complexType for storing the type of calibration
				related characteristics of an audio object, regardless of physical or digital
				format. calibrationInfoType has 1 attribute ID (XML ID) and 4 elements calibrationExtInt, calibrationLocation, calibrationTimeStamp and calibrationType.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="calibrationExtInt" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Indicates whether the calibration data is within digital audio file or in a separate file</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="calibrationLocation" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Location of the calibration file if it is external e.g. URN, URL, etc...</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="calibrationTimeStamp" type="xs:string" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Exact location of calibration tones within a file i.e. HH:MM:SSss...</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="calibrationTrackType" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Defines the type of calibration, e.g., the ITU test sequences known as CCITT 0.33.00 (mono) and CCITT 0.33.01 (stereo).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="xs:ID"/>
</xs:complexType>
[ top ]
Attribute messageDigestType / @ID
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type messageDigestType
Source
<xs:attribute name="ID" type="xs:ID"/>
[ top ]
Attribute compressionType / @ID
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type compressionType
Source
<xs:attribute name="ID" type="xs:ID"/>
[ top ]
Attribute fileDataType / @ID
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type fileDataType
Source
<xs:attribute name="ID" type="xs:ID"/>
[ top ]
Attribute dimensionsType / @DEPTH
Namespace No namespace
Definition
The depth of the object in the unit of measure indicated in dimensions_unit, e.g., 7, 12.
Type xs:float
Properties
content: simple
Used by
Complex Type dimensionsType
Source
<xs:attribute name="DEPTH" type="xs:float">
  <xs:annotation>
    <xs:documentation>The depth of the object in the unit of measure indicated in dimensions_unit, e.g., 7, 12.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute dimensionsType / @DIAMETER
Namespace No namespace
Definition
The diameter of any circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.
Type xs:float
Properties
content: simple
Used by
Complex Type dimensionsType
Source
<xs:attribute name="DIAMETER" type="xs:float">
  <xs:annotation>
    <xs:documentation>The diameter of any circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute dimensionsType / @GAUGE
Namespace No namespace
Definition
Gauge or width of source tape, including indication of unit of measure, e.g., 8 mm, 0.5 inch, 0.25 inch, etc..
Type xs:string
Properties
content: simple
Used by
Complex Type dimensionsType
Source
<xs:attribute name="GAUGE" type="xs:string">
  <xs:annotation>
    <xs:documentation>Gauge or width of source tape, including indication of unit of measure, e.g., 8 mm, 0.5 inch, 0.25 inch, etc..</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute dimensionsType / @HEIGHT
Namespace No namespace
Definition
Height of the object in the unit of measure indicated in dimensions_unit, e.g., 23.
Type xs:float
Properties
content: simple
Used by
Complex Type dimensionsType
Source
<xs:attribute name="HEIGHT" type="xs:float">
  <xs:annotation>
    <xs:documentation>Height of the object in the unit of measure indicated in dimensions_unit, e.g., 23.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute dimensionsType / @LENGTH
Namespace No namespace
Definition
Length of source open-reel tape recording, including indication of unit of measure, e.g., 700 feet, 1200 feet, etc..
Type xs:string
Properties
content: simple
Used by
Complex Type dimensionsType
Source
<xs:attribute name="LENGTH" type="xs:string">
  <xs:annotation>
    <xs:documentation>Length of source open-reel tape recording, including indication of unit of measure, e.g., 700 feet, 1200 feet, etc..</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute dimensionsType / @NOTE
Namespace No namespace
Definition
Desciption of odd-shaped objects that cannot be described using the standard dimensions fields.
Type xs:string
Properties
content: simple
Used by
Complex Type dimensionsType
Source
<xs:attribute name="NOTE" type="xs:string">
  <xs:annotation>
    <xs:documentation>Desciption of odd-shaped objects that cannot be described using the standard dimensions fields.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute dimensionsType / @THICKNESS
Namespace No namespace
Definition
The thickness of the medium unwound (e.g. tape)
Type xs:string
Properties
content: simple
Used by
Complex Type dimensionsType
Source
<xs:attribute name="THICKNESS" type="xs:string">
  <xs:annotation>
    <xs:documentation>The thickness of the medium unwound (e.g. tape)</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute dimensionsType / @UNITS
Namespace No namespace
Definition
Unit of measurement of the source object, e.g., inches.
Type xs:string
Properties
content: simple
Used by
Complex Type dimensionsType
Source
<xs:attribute name="UNITS" type="xs:string">
  <xs:annotation>
    <xs:documentation>Unit of measurement of the source object, e.g., inches.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute dimensionsType / @WIDTH
Namespace No namespace
Definition
Width of any non-circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.
Type xs:float
Properties
content: simple
Used by
Complex Type dimensionsType
Source
<xs:attribute name="WIDTH" type="xs:float">
  <xs:annotation>
    <xs:documentation>Width of any non-circular object expressed in the unit of measure indicated in dimensions_unit, e.g., 3.5, 5, 7.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute materialType / @ID
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type materialType
Source
<xs:attribute name="ID" type="xs:ID"/>
[ top ]
Attribute trackingInfoType / @ID
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type trackingInfoType
Source
<xs:attribute name="ID" type="xs:ID"/>
[ top ]
Attribute physicalDataType / @ID
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type physicalDataType
Source
<xs:attribute name="ID" type="xs:ID"/>
[ top ]
Attribute soundChannelMapType / channelAssignment / @CHANNELNUM
Namespace No namespace
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Source
<xs:attribute name="CHANNELNUM" type="xs:nonNegativeInteger"/>
[ top ]
Attribute soundChannelMapType / channelAssignment / @MAPLOCATION
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Source
<xs:attribute name="MAPLOCATION" type="xs:string"/>
[ top ]
Attribute audioInfoType / @ID
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type audioInfoType
Source
<xs:attribute name="ID" type="xs:ID"/>
[ top ]
Attribute calibrationInfoType / @ID
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type calibrationInfoType
Source
<xs:attribute name="ID" type="xs:ID"/>
[ top ]
Attribute audioType / @ID
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type audioType
Source
<xs:attribute name="ID" type="xs:ID"/>
[ top ]
Attribute audioType / @ANALOGDIGITALFLAG
Namespace No namespace
Type restriction of xs:NMTOKEN
Properties
use: required
Facets
enumeration Analog
enumeration PhysDigital
enumeration FileDigital
Used by
Complex Type audioType
Source
<xs:attribute name="ANALOGDIGITALFLAG" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="Analog"/>
      <xs:enumeration value="PhysDigital"/>
      <xs:enumeration value="FileDigital"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]