simpleType PositiveInteger_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type xs:positiveInteger
used by
simpleTypes CDSInterchangeControlCount_Type CDSMessageReferenceNumber_Type
annotation
documentation
Will NOT allow zeros or negatives in an unbounded field.  Length must be specified in the element below.
source <xs:simpleType name="PositiveInteger_Type">
 
<xs:annotation>
   
<xs:documentation>Will NOT allow zeros or negatives in an unbounded field.  Length must be specified in the element below.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:positiveInteger"/>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy