本站不再更新,歡迎光臨 java開發(fā)技術(shù)網(wǎng)
          隨筆-230  評論-230  文章-8  trackbacks-0
          XSD的學(xué)習(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)的詳細資料。


          在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)
          主站蜘蛛池模板: 巴塘县| 高青县| 图们市| 德安县| 白山市| 长岛县| 金昌市| 扎囊县| 伊宁市| 云龙县| 盐山县| 宣化县| 山东| 图木舒克市| 巢湖市| 建瓯市| 西乌| 邓州市| 来凤县| 闸北区| 伊宁市| 宜春市| 阿克陶县| 太白县| 本溪市| 乐业县| 太原市| 保山市| 大兴区| 舒城县| 色达县| 碌曲县| 石狮市| 云梦县| 绥阳县| 神木县| 安多县| 米易县| 荔波县| 惠来县| 巴中市|