TimeAnchor

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
displayName optional
offset INT-NUMBER optional
stepsize INT-NUMBER optional
type TIME-ANCHOR optional

Used By

Element TimeSeries

Source

<xs:element name="TimeAnchor">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="TimeCycle" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="TimeException" minOccurs="0" maxOccurs="2"/>
    </xs:sequence>
    <xs:attribute name="type" type="TIME-ANCHOR"/>
    <xs:attribute name="offset" type="INT-NUMBER"/>
    <xs:attribute name="stepsize" type="INT-NUMBER"/>
    <xs:attribute name="displayName" use="optional"/>
  </xs:complexType>
</xs:element>

Sample