tml:frequencyResponse

one for each dataUnit and for each type of freqResp (carrier, modulation, and powerSpectrialDensity) and each type of plot amp vs freq and phase vs freq (can combine plots onto one as well)

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="frequencyResponse" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>one for each dataUnit and for each type of freqResp (carrier, modulation, and powerSpectrialDensity) and each type of plot amp vs freq and phase vs freq (can combine plots onto one as well)</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="freqRespType" type="tml:BindType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Allowed values: carried, modulation, PSD (pwrSpectralDensity). default carrier</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="amplitude" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Set of point coordinates describing 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="phase" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Set of point coordinates describing phase dependent axis</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="tml:ValueType"/>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="frequency" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Set of point coordinates describing frequency independent axis</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="tml:ValueType"/>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="tml:uid_uidRef"/>
  </xs:complexType>
</xs:element>

Sample