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