本站不再更新,歡迎光臨 java開發(fā)技術(shù)網(wǎng)
          隨筆-230  評論-230  文章-8  trackbacks-0
          XSD的學(xué)習(xí),下面鏈接上有詳細(xì)的XSD學(xué)習(xí)資料,http://www.w3pop.com/learn/view/p/1/o/0/doc/schema_facets/

          www.w3pop.com這網(wǎng)站上有與XML/HTML相關(guān)的詳細(xì)資料。


          在Myeclipse編寫XSD文件非常的主法,只需要把與XSD相關(guān)的元素記住就行,像編輯XML一樣,并且有提示,還可以根據(jù)XSD文件建立XML文件。這是一個隨便寫的XSD文件
          <?xml version="1.0" encoding="UTF-8"?>
          <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/note" xmlns:tns="http://www.example.org/note">
              
          <element name="note">
                  
          <complexType>
                      
          <attribute name="id" type="integer" use="required" />
                      
          <sequence>
                          
          <element  name="to" >
                              
          <simpleType>
                                  
          <restriction base="integer">
                                      
          <minInclusive value="0"></minInclusive>
                                      
          <maxInclusive value="100"></maxInclusive>
                                  
          </restriction>
                              
          </simpleType>
                          
          </element>
                          
          <element  name="from" type="string"/>
                          
          <element  name="heading" type="string"/>
                          
          <element  name="body" type="string"/>
                          
                      
          </sequence>
                  
          </complexType>
                  
              
          </element>
              
          </schema>
          posted on 2007-10-11 22:45 有貓相伴的日子 閱讀(670) 評論(0)  編輯  收藏 所屬分類: XML/json相關(guān)技術(shù)

          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          本站不再更新,歡迎光臨 java開發(fā)技術(shù)網(wǎng)
          主站蜘蛛池模板: 赣榆县| 民乐县| 孝义市| 封丘县| 贵德县| 信宜市| 伊通| 滕州市| 清苑县| 新化县| 阿拉善左旗| 金乡县| 噶尔县| 房山区| 青冈县| 嘉荫县| 株洲县| 民县| 广德县| 东阿县| 五台县| 贵南县| 儋州市| 景德镇市| 高州市| 高淳县| 恭城| 吴堡县| 蒲江县| 诸暨市| 肃宁县| 彭州市| 新源县| 湘潭市| 榕江县| 健康| 博罗县| 延安市| 准格尔旗| 巫山县| 大邑县|