simpleType documentRefType
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type restriction of xs:string
properties
base xs:string
used by
attributes Batch/Document/@documentRef BatchResponse/Document/@documentRef
facets
Kind Value Annotation
minLength 6
maxLength 12
annotation
documentation
DocumentRef must be unique and between 6 and 12 chars alphanumeric
source <xs:simpleType name="documentRefType">
 
<xs:annotation>
   
<xs:documentation>DocumentRef must be unique and between 6 and 12 chars alphanumeric</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="6"/>
   
<xs:maxLength value="12"/>
 
</xs:restriction>
</xs:simpleType>


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