tml:impulseResponse

time domain or frequency domain impulse characteristics for linear time invariant transforms. May have a separate response for each dataUnit and for each type (freq and time).  Or dataUnits within a data Set may share the same response.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional
short descriptive name of element
uid xs:anyURI optional
unique ID for this element
uidRef xs:anyURI optional
the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)

Source

<xs:element name="impulseResponse" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>time domain or frequency domain impulse characteristics for linear time invariant transforms. May have a separate response for each dataUnit and for each type (freq and time). Or dataUnits within a data Set may share the same response.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="dataUidRef" type="tml:BindType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>same as uidRef in attributes</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="freqTime" type="tml:BindType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Allowed values: freq, time. default is time. indicates if frequency of time domain descriptions.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="amplitude" minOccurs="0">
        <xs:annotation>
          <xs:documentation>amplitude dependent axis.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="tml:ValueType"/>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="time" minOccurs="0">
        <xs:annotation>
          <xs:documentation>time domain independent axis.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="tml:ValueType"/>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="frequency" type="tml:ValueType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>frequency domain independent axis.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="tml:uid_uidRef"/>
  </xs:complexType>
</xs:element>

Sample