| namespace | http://www.fixm.aero/base/4.3 | ||||||
| type | restriction of xs:int | ||||||
| properties | 
  | 
				||||||
| used by | |||||||
| facets | 
  | 
				||||||
| annotation | 
  | 
				||||||
| source | <xs:simpleType name="CountType"> <xs:annotation> <xs:documentation>Represents non-negative integer counts of objects.</xs:documentation> </xs:annotation> <xs:restriction base="xs:int"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType>  |