simpleType partNumberType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:string
properties
base xs:string
used by
element Batch/Document/Line/PartNumber
facets
Kind Value Annotation
minLength 0
maxLength 30
annotation
documentation
Part Number length is dependant on Level 3 Card Scheme rules
source <xs:simpleType name="partNumberType">
 
<xs:annotation>
   
<xs:documentation>Part Number length is dependant on Level 3 Card Scheme rules</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="30"/>
 
</xs:restriction>
</xs:simpleType>


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