month.xsd
Upload User: shuxianled
Upload Date: 2007-01-18
Package Size: 6404k
Code Size: 0k
Development Platform:

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>