simpleType ReturnTo
namespace http://www.IM-Draft-03-00-44a
type restriction of xs:string
used by
element RequestForInfo/returnTo
facets
minLength 0
maxLength 250
annotation
documentation
      
            a indication of where the returned data
            should be sent to. This might be a deployed
            asset,  or the dispatch requester if blank
            presume return to the CAD seat of the
            requesting operator,  or a FAX number
        
source <xs:simpleType name="ReturnTo">
 
<xs:annotation>
   
<xs:documentation>      
            a indication of where the returned data
            should be sent to. This might be a deployed
            asset,  or the dispatch requester if blank
            presume return to the CAD seat of the
            requesting operator,  or a FAX number
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="250"/>
 
</xs:restriction>
</xs:simpleType>


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