simpleType stringTypeLen20
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:string
properties
base xs:string
used by
elements Batch/Document/Header/MID Batch/Document/Supplier/Postcode Batch/Document/Buyer/Postcode Batch/Document/DeliveryPoint/Postcode Batch/Document/Line/UnitOfMeasure
attributes Batch/@batchRef BatchResponse/@batchRef Batch/@pfgID BatchResponse/@pfgID
facets
Kind Value Annotation
minLength 0
maxLength 20
source <xs:simpleType name="stringTypeLen20">
 
<xs:restriction base="xs:string">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>


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