namespace | http://www.IM-Draft-03-00-44a | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
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> |