simpleType im:FreeText
namespace http://www.IM-Partial-00-00-00
type restriction of xs:string
used by
elements im:PedigreeList/pedigree/comment im:LaneDescription/furtherInfo
facets
minLength 1
maxLength 500
annotation
documentation
<Definition> A simple free-text field used in the message when structured information will not serve.</Definition>
source <xs:simpleType name="FreeText">
 
<xs:annotation>
   
<xs:documentation>
     
<Definition> A simple free-text field used in the message when structured information will not serve.</Definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="500"/>
 
</xs:restriction>
</xs:simpleType>


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