A data type that is derived from nonPositiveInteger by setting the value of maxInclusive to be -1. |
<xs:complexType name="negativeInteger"> <xs:annotation> <xs:documentation>A data type that is derived from nonPositiveInteger by setting the value of maxInclusive to be -1.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:negativeInteger"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> |