namespace | http://base.api.ec.n2.tibco.com | ||||||||||||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <xs:simpleType name="MeasureGranularity"> <xs:annotation> <xs:documentation>Enumerated value defining the unit of time represented by a MeasurePeriod that is either required (in a request) or returned (in a response). One of: HOUR, DAY, MONTH, YEAR or WEEK.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="HOUR"> <xs:annotation> <xs:documentation>Hourly granularity</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DAY"> <xs:annotation> <xs:documentation>Daily granularity</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MONTH"> <xs:annotation> <xs:documentation>Monthly granularity</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="YEAR"> <xs:annotation> <xs:documentation>Yearly granularity</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WEEK"> <xs:annotation> <xs:documentation>Weekly granularity</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |