Definition Type: ComplexType
Name: MatchAnyType
Namespace: http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-pbm.xsd
Containing Schema: wsdm-pbm.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MatchAll in schema wsdm-pbm_xsd Drilldown into Match in schema wsdm-pbm_xsdXSD Diagram of MatchAnyType in schema wsdm-pbm_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<xs:complexType name="MatchAnyType">
    <xs:choice>
        <xs:element ref="pbm:Match" />
        <xs:element ref="pbm:MatchAll" />
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Match pbm:Match (1) (1)
MatchAll pbm:MatchAll (1) (1)
Collapse Derivation Tree:
Collapse References:
pbm:MatchAny