tml:frequency

Set of point coordinates describing frequency independent axis

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="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>

Sample