simpleType DateIntervalType
type restriction of xs:string
properties
base xs:string
used by
element PerformanceType/DateInterval
facets
Kind Value Annotation
enumeration Intraday
enumeration Daily
enumeration Weekly
enumeration Monthly
enumeration Quarterly
enumeration Yearly
enumeration 
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy