namespace | http://www.IM-Draft-03-00-44a | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="ReplyFormat"> <xs:annotation> <xs:appinfo> unknown (0) -- also used for none preferred (eg any type is acceptable) byFax (1) -- will be sent to the "return to" location byMIME (2) -- the MIME type which follows in the message is to be used byText (3) byHTML (4) byXHML (5) byXML (6) byDOC (7) byPDF (8) byRTF (9) testing (255) -- used for null reply testing (as a ping) </xs:appinfo> <xs:documentation> values to 127 reserved for std use values 128 to 255 reserved for local use </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="byFax"/> <xs:enumeration value="byMIME"/> <xs:enumeration value="byText"/> <xs:enumeration value="byHTML"/> <xs:enumeration value="byXHML"/> <xs:enumeration value="byXML"/> <xs:enumeration value="byDOC"/> <xs:enumeration value="byPDF"/> <xs:enumeration value="byRTF"/> <xs:enumeration value="testing"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |