| type | restriction of xs:string | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||
| source | <xs:simpleType name="DateIntervalType"> <xs:restriction base="xs:string"> <xs:enumeration value="Intraday"/> <xs:enumeration value="Daily"/> <xs:enumeration value="Weekly "/> <xs:enumeration value="Monthly"/> <xs:enumeration value="Quarterly"/> <xs:enumeration value="Yearly"/> <xs:enumeration value=""/> </xs:restriction> </xs:simpleType> |