| namespace | http://www.w3.org/2001/XMLSchema | ||||||
| type | restriction of xs:nonPositiveInteger | ||||||
| properties | 
  | 
				||||||
| facets | 
  | 
				||||||
| source | <xs:simpleType name="negativeInteger" id="negativeInteger"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#negativeInteger"/> </xs:annotation> <xs:restriction base="xs:nonPositiveInteger"> <xs:maxInclusive value="-1" id="negativeInteger.maxInclusive"/> </xs:restriction> </xs:simpleType>  |