<xsd:simpleType name="NonNegativeIntegerNumericType">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">QDT000010</ccts:UniqueID>
<ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">QDT</ccts:CategoryCode>
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Non Negative Integer_ Numeric. Type</ccts:DictionaryEntryName>
<ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">1.0</ccts:VersionID>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">nonNegativeInteger is ·derived· from integer by setting the value of ·minInclusive· to be 0. This results in the standard mathematical concept of the non-negative integers. The ·value space· of nonNegativeInteger is the infinite set {0,1,2,...}. The ·base type· of nonNegativeInteger is integer.</ccts:DefinitionText>
<ccts:RepresentationTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Numeric</ccts:RepresentationTermName>
<ccts:QualifierTerm xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Non Negative Integer</ccts:QualifierTerm>
<ccts:PrimitiveType xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">decimal</ccts:PrimitiveType>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:nonNegativeInteger" />
</xsd:simpleType>
|