Web Based Monitoring and Management: WBMM> Posted Report sch

WBMM> Posted Report schema v0.10 (12 May 2004)

From: McDonald, Ira (imcdonald@sharplabs.com)
Date: Thu May 13 2004 - 10:56:52 EDT

  • Next message: McDonald, Ira: "WBMM> New parms for RegisterForManagement"

    Hi,

    [PWG server was down yesterday afternoon]

    I have just posted a draft Report schema (100 lines),
    which compiles clean with XML-SPY and X-Ray.

    Note: It imports the Schedule schema (for the PlanStatus
    and PlanAction compound elements included in the report).

    Comments?

    Cheers,
    - Ira

    Ira McDonald (Musician / Software Architect)
    Blue Roof Music / High North Inc
    PO Box 221 Grand Marais, MI 49839
    phone: +1-906-494-2434
    email: imcdonald@sharplabs.com
    ----------------------------------------------------------

    <xsd:element name="Report">
      <!-- Report - results of one planned action -->
      <!-- see individual element descriptions for their cardinality -->
      <!-- see PlanStatus and PlanAction in Schedule XML schema -->
      <!-- see ActionRequestedElements in Schedule XML schema -->
      <xsd:complexType>
        <xsd:sequence>
          <xsd:element ref="PlanStatus"
            minOccurs="1" maxOccurs="1"/>
          <xsd:element ref="PlanAction"
            minOccurs="1" maxOccurs="1"/>
          <xsd:element ref="ReportRequestedElements"
            minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ReportSubstitutedElements"
            minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="ReportUnsupportedElements"
            minOccurs="0" maxOccurs="1"/>
        </xsd:sequence>
      </xsd:complexType>
    </xsd:element>



    This archive was generated by hypermail 2b29 : Thu May 13 2004 - 10:57:34 EDT