Definition Type: ComplexType
Name: RelationshipType
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 AccessEndpointReference in schema wsdm-muws-part2_xsd Drilldown into Participant in schema wsdm-muws-part2_xsd Drilldown into Type in schema wsdm-muws-part2_xsd Drilldown into Name in schema wsdm-muws-part2_xsdXSD Diagram of RelationshipType in schema wsdm-muws-part2_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<xs:complexType name="RelationshipType">
    <xs:sequence>
        <xs:element ref="muws-p2-xs:Name" minOccurs="0" />
        <xs:element ref="muws-p2-xs:Type" />
        <xs:element ref="muws-p2-xs:Participant" minOccurs="2" maxOccurs="unbounded" />
        <xs:element name="AccessEndpointReference" type="wsa:EndpointReferenceType" minOccurs="0" />
        <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name muws-xs2:Name 0 (1)
Type muws-xs2:Type (1) (1)
Participant muws-xs2:Participant 2 unbounded
AccessEndpointReference muws-xs2:AccessEndpointReference 0 (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:
muws-xs2:Relationship