Definition Type: ComplexType
Name: EndpointMetricsPropertiesType
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 LastResponseTime in schema wsdm-mows_xsd Drilldown into MaxResponseTime in schema wsdm-mows_xsd Drilldown into ServiceTime in schema wsdm-mows_xsd Drilldown into NumberOfSuccessfulRequests in schema wsdm-mows_xsd Drilldown into NumberOfFailedRequests in schema wsdm-mows_xsd Drilldown into NumberOfRequests in schema wsdm-mows_xsdXSD Diagram of EndpointMetricsPropertiesType in schema wsdm-mows_xsd (OASIS Web Services Distributed Management (WSDM) TC)
Collapse XSD Schema Code:
<xs:complexType name="EndpointMetricsPropertiesType">
    <xs:sequence>
        <xs:element ref="mows-xs:NumberOfRequests" minOccurs="0" />
        <xs:element ref="mows-xs:NumberOfFailedRequests" minOccurs="0" />
        <xs:element ref="mows-xs:NumberOfSuccessfulRequests" minOccurs="0" />
        <xs:element ref="mows-xs:ServiceTime" minOccurs="0" />
        <xs:element ref="mows-xs:MaxResponseTime" minOccurs="0" />
        <xs:element ref="mows-xs:LastResponseTime" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NumberOfRequests mows-xs:NumberOfRequests 0 (1)
NumberOfFailedRequests mows-xs:NumberOfFailedRequests 0 (1)
NumberOfSuccessfulRequests mows-xs:NumberOfSuccessfulRequests 0 (1)
ServiceTime mows-xs:ServiceTime 0 (1)
MaxResponseTime mows-xs:MaxResponseTime 0 (1)
LastResponseTime mows-xs:LastResponseTime 0 (1)
Collapse Derivation Tree:
Collapse References:
mows-xs:EndpointMetricsProperties