cbrn:PositiveIntegerType
complexType PositiveIntegerType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/
Definition
A data type for a positive integer.
Diagram
XML Schema
<xs:complexType name="PositiveIntegerType">
<xs:annotation>
<xs:documentation>
A data type for a positive integer.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:positiveInteger">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>