QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
endTime | REAL-NUMBER | optional | ||||
interpolationMethod | INTERPOLATION-METHOD | none | optional | |||
startTime | REAL-NUMBER | optional | ||||
usage | TIMESERIES-USAGE | original | optional |
Element | TimeSeriesModel |
<xs:element name="TimeSeries"> <xs:complexType> <xs:sequence> <xs:element ref="TimeAnchor" minOccurs="0" maxOccurs="1"/> <xs:element ref="TimeValue" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="usage" type="TIMESERIES-USAGE" default="original"/> <xs:attribute name="startTime" type="REAL-NUMBER"/> <xs:attribute name="endTime" type="REAL-NUMBER"/> <xs:attribute name="interpolationMethod" type="INTERPOLATION-METHOD" default="none"/> </xs:complexType> </xs:element> |