Definition Type: ComplexType
Name: SubstitutableMsgType
Namespace: http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd
Containing Schema: wsdm-muws-part2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Value in schema wsdm-muws-part2_xsd Drilldown into MsgIdType in schema wsdm-muws-part2_xsd Drilldown into MsgId in schema wsdm-muws-part2_xsdXSD Diagram of SubstitutableMsgType in schema wsdm-muws-part2_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<xs:complexType name="SubstitutableMsgType">
    <xs:sequence>
        <xs:element name="Value" type="xs:anySimpleType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="MsgId" type="xs:string" use="required" />
    <xs:attribute name="MsgIdType" type="xs:anyURI" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Value muws-xs2:Value 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
MsgId muws-xs2:MsgId Required
MsgIdType muws-xs2:MsgIdType Required
Collapse Derivation Tree:
Collapse References:
muws-xs2:SubstitutableMsg