<xs:complexType name="MessageContentType">
<xs:sequence>
<xs:element name="Size" type="mows-xs:MessageContentSizeType" minOccurs="0" />
<xs:choice>
<xs:element name="NotIncluded" type="mows-xs:MessageContentNotIncludedFlag" />
<xs:element name="Text" type="xs:string" />
<xs:element name="Binary" type="xs:base64Binary" />
<xs:element name="Xml" type="mows-xs:AnyXmlContentsType" />
</xs:choice>
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|