Definition Type: ComplexType
Name: MessageContentType
Namespace: http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.xsd
Containing Schema: wsdm-mows.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Xml in schema wsdm-mows_xsd Drilldown into Binary in schema wsdm-mows_xsd Drilldown into Text in schema wsdm-mows_xsd Drilldown into NotIncluded in schema wsdm-mows_xsd Drilldown into Size in schema wsdm-mows_xsdXSD Diagram of MessageContentType in schema wsdm-mows_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Size mows-xs:Size 0 (1)
NotIncluded mows-xs:NotIncluded (1) (1)
Text mows-xs:Text (1) (1)
Binary mows-xs:Binary (1) (1)
Xml mows-xs:Xml (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
mows-xs:Message