2.2.4.63 t:ReplyBody Complex Type
The ReplyBody complex type specifies the body of the OOF message that is sent to users.
-
<xs:complexType name="ReplyBody"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="Message" type="xs:string" /> </xs:sequence> <xs:attribute ref="xml:lang" use="optional" /> </xs:complexType>
Element name |
Type |
Definition |
---|---|---|
Message |
xs:string ([XMLSCHEMA2]) |
An HTML message that forms the body of the OOF message. This element is optional and SHOULD NOT exceed 128000 bytes. |
Attribute |
Definition |
---|---|
xml:lang |
Specifies the language used in the OOF message. This attribute is optional. The possible values of this attribute are defined by [RFC3066]. |