month.xsd
上传用户:shuxianled
上传日期:2007-01-18
资源大小:6404k
文件大小:0k
源码类别:

xml/soap/webservice

开发平台:

Others

  1. <?xml version="1.0"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema">
  3.   <xsd:simpleType name="monthInt">
  4.     <xsd:restriction base="xsd:integer">
  5.       <xsd:minInclusive value="1"/>
  6.       <xsd:maxInclusive value="12"/>
  7.     </xsd:restriction>
  8.   </xsd:simpleType>
  9.   <xsd:element name="month" type="monthInt"/>
  10. </xsd:schema>