simpleType ItemsCount
type restriction of xs:int
used by
attributes Destinations/@ItemsCount Prices/@ItemsCount Carriers/@ItemsCount ServiceClasses/@ItemsCount BookingClasses/@ItemsCount
facets
Kind Value annotation 
minInclusive 
source <xs:simpleType name="ItemsCount">
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="0"/>
 
</xs:restriction>
</xs:simpleType>


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