http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents
Interval Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents : Interval Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents
Type
Restriction of xs:string
Diagram
Interval Simple Type
Overview
Interval Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationFiveMinutes
EnumerationFifteenMinutes
EnumerationHalfHourly
EnumerationHourly
EnumerationDaily
EnumerationWeekly
EnumerationMonthly
EnumerationFourHourly
EnumerationSemiDaily
Source
<xs:simpleType name="Interval" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="FiveMinutes" />
    <xs:enumeration value="FifteenMinutes" />
    <xs:enumeration value="HalfHourly" />
    <xs:enumeration value="Hourly" />
    <xs:enumeration value="Daily" />
    <xs:enumeration value="Weekly" />
    <xs:enumeration value="Monthly" />
    <xs:enumeration value="FourHourly" />
    <xs:enumeration value="SemiDaily" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceGeneralComponents