Definition Type: ComplexType
Name: ManagementEventType
Namespace: http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd
Containing Schema: wsdm-muws-part1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReporterComponent in schema wsdm-muws-part1_xsd Drilldown into SourceComponent in schema wsdm-muws-part1_xsd Drilldown into EventId in schema wsdm-muws-part1_xsd Drilldown into ReportTime in schema wsdm-muws-part1_xsdXSD Diagram of ManagementEventType in schema wsdm-muws-part1_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<xs:complexType name="ManagementEventType">
    <xs:sequence>
        <xs:element name="EventId" type="xs:anyURI" />
        <xs:element name="SourceComponent" type="muws-p1-xs:ComponentType" />
        <xs:element name="ReporterComponent" type="muws-p1-xs:ComponentType" minOccurs="0" />
        <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
    </xs:sequence>
    <xs:attribute name="ReportTime" type="xs:dateTime" use="optional" />
    <xs:anyAttribute namespace="##other" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EventId muws-xs1:EventId (1) (1)
SourceComponent muws-xs1:SourceComponent (1) (1)
ReporterComponent muws-xs1:ReporterComponent 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
ReportTime muws-xs1:ReportTime Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
muws-xs1:ManagementEvent