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

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

McDonald, Ira imcdonald at sharplabs.com
Thu May 13 10:56:52 EDT 2004


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 at 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>



More information about the Wims mailing list