simpleType Hours
namespace http://basic.api.dac.n2.tibco.com
type restriction of xs:int
properties
base xs:int
used by
attribute XmlBaseCalendar/@min-hours
facets
Kind Value Annotation
minInclusive 0
maxInclusive 24
source <xs:simpleType name="Hours">
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="24"/>
 
</xs:restriction>
</xs:simpleType>

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