simpleType totalNumberOfPackagesType
namespace http://www.ech.ch/xmlns/eCH-0058/5
type restriction of xs:nonNegativeInteger
properties
base xs:nonNegativeInteger
used by
element partialDeliveryType/totalNumberOfPackages
facets
Kind Value Annotation
minInclusive 1
maxInclusive 9999
source <xs:simpleType name="totalNumberOfPackagesType">
 
<xs:restriction base="xs:nonNegativeInteger">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="9999"/>
 
</xs:restriction>
</xs:simpleType>


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