⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 availability_report.xsd

📁 opennms得相关源码 请大家看看
💻 XSD
字号:
<?xml version="1.0"?><schema xmlns="http://www.w3.org/2001/XMLSchema">  <annotation>    <documentation>XML Schema for OpenNMS availability reports in intermediate    XML form. Version: $Id: availability_report.xsd 2882 2006-01-31 14:18:53Z jsartin $</documentation>  </annotation>  <element name="report">    <annotation>      <documentation>The top-level element for availability      reports.</documentation>    </annotation>    <complexType>      <sequence>        <element maxOccurs="1" minOccurs="0" name="logo" type="string"/>        <element maxOccurs="1" minOccurs="0" ref="created"/>        <element maxOccurs="1" minOccurs="0" name="author" type="string"/>        <element minOccurs="0" ref="viewInfo"/>        <element minOccurs="0" ref="categories"/>        <element minOccurs="0" name="catCount" type="integer"/>        <element minOccurs="0" name="sectionCount" type="integer"/>      </sequence>    </complexType>  </element>  <element name="viewInfo">    <annotation>      <documentation>element name="viewInfo"</documentation>    </annotation>    <complexType>      <sequence>        <element maxOccurs="1" minOccurs="0" name="viewName" type="string"/>        <element maxOccurs="1" minOccurs="0" name="viewTitle" type="string"/>        <element maxOccurs="1" minOccurs="0" name="viewComments" type="string"/>      </sequence>    </complexType>  </element>  <element name="categories">    <complexType>      <sequence>        <element maxOccurs="unbounded" minOccurs="0" ref="category"/>      </sequence>    </complexType>  </element>  <element name="created">    <complexType>      <simpleContent>        <extension base="long">          <attribute name="year" type="integer" use="required"/>          <attribute name="month" type="string" use="required"/>          <attribute name="day" type="integer" use="required"/>          <attribute name="hour" type="integer" use="required"/>          <attribute name="min" type="integer" use="required"/>          <attribute name="sec" type="integer" use="required"/>          <attribute name="period" type="string" use="required"/>        </extension>      </simpleContent>    </complexType>  </element>  <element name="category">    <complexType>      <sequence>        <element maxOccurs="1" minOccurs="0" name="catName" type="string"/>        <element maxOccurs="unbounded" minOccurs="0" ref="catSections"/>        <element maxOccurs="1" minOccurs="0" name="catComments" type="string"/>        <element maxOccurs="1" minOccurs="0" name="warning" type="double"/>        <element maxOccurs="1" minOccurs="0" name="normal" type="double"/>        <element maxOccurs="1" minOccurs="0" name="catIndex" type="integer"/>        <element maxOccurs="1" minOccurs="0" name="nodeCount" type="integer"/>        <element maxOccurs="1" minOccurs="0" name="ipaddrCount" type="integer"/>        <element maxOccurs="1" minOccurs="0" name="serviceCount"                 type="integer"/>      </sequence>    </complexType>  </element>  <element name="catSections">    <complexType>      <sequence>        <element maxOccurs="unbounded" minOccurs="0" ref="section"/>      </sequence>    </complexType>  </element>  <element name="section">    <complexType>      <sequence>        <element maxOccurs="1" minOccurs="0" name="sectionName" type="string"/>        <element maxOccurs="1" minOccurs="0" name="sectionTitle" type="string"/>        <element maxOccurs="1" minOccurs="0" name="sectionDescr" type="string"/>        <element maxOccurs="1" minOccurs="0" name="period" type="string"/>        <element maxOccurs="1" minOccurs="0" ref="classicTable"/>        <element maxOccurs="1" minOccurs="0" ref="calendarTable"/>        <element maxOccurs="1" minOccurs="0" name="sectionIndex"                 type="integer"/>      </sequence>    </complexType>  </element>  <element name="classicTable">    <complexType>      <sequence>        <element maxOccurs="1" minOccurs="0" ref="col"/>        <element maxOccurs="1" minOccurs="0" ref="rows"/>      </sequence>    </complexType>  </element>  <element name="col">    <complexType>      <sequence>        <element maxOccurs="unbounded" minOccurs="0" name="colTitle"                 type="string"/>      </sequence>    </complexType>  </element>  <element name="rows">    <complexType>      <sequence>        <element maxOccurs="unbounded" minOccurs="0" ref="row"/>      </sequence>    </complexType>  </element>  <element name="row">    <complexType>      <sequence>        <element maxOccurs="unbounded" minOccurs="0" ref="value"/>      </sequence>    </complexType>  </element>  <element name="value">    <complexType>      <simpleContent>        <extension base="string">          <attribute name="type" type="string" use="optional"/>        </extension>      </simpleContent>    </complexType>  </element>  <element name="calendarTable">    <complexType>      <sequence>        <element minOccurs="0" ref="daysOfWeek"/>        <element maxOccurs="6" minOccurs="5" ref="week"/>      </sequence>      <attribute name="month" type="string"/>    </complexType>  </element>  <element name="daysOfWeek">    <complexType>      <sequence>        <element maxOccurs="7" minOccurs="7" name="dayName" type="string"/>      </sequence>    </complexType>  </element>  <element name="week">    <complexType>      <sequence>        <element maxOccurs="7" minOccurs="7" ref="day"/>      </sequence>    </complexType>  </element>  <element name="day">    <complexType>      <attribute name="date" type="integer"/>      <attribute name="pctValue" type="double"/>      <attribute name="visible" type="boolean"/>    </complexType>  </element></schema>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -