Definition Type: ComplexType
Name: MessageInformationType
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 Message in schema wsdm-mows_xsd Drilldown into TransportInformation in schema wsdm-mows_xsdXSD Diagram of MessageInformationType in schema wsdm-mows_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<xs:complexType name="MessageInformationType">
    <xs:sequence>
        <xs:element name="TransportInformation" type="mows-xs:AnyXmlContentsType" minOccurs="0" />
        <xs:element name="Message" type="mows-xs:MessageContentType" />
        <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
    </xs:sequence>
    <xs:anyAttribute namespace="##any" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransportInformation mows-xs:TransportInformation 0 (1)
Message mows-xs:Message (1) (1)
<xs:any> Allowed namespace: '##any' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##any'
Collapse Derivation Tree:
Collapse References:
mows-xs:Reply, mows-xs:Request