simpleType lineNumberType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:integer
properties
base xs:integer
used by
attribute Batch/Document/Line/@lineNumber
facets
Kind Value Annotation
minInclusive 1
maxInclusive 999
annotation
documentation
Sequential document line number
source <xs:simpleType name="lineNumberType">
 
<xs:annotation>
   
<xs:documentation>Sequential document line number</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="999"/>
 
</xs:restriction>
</xs:simpleType>


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