新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     计算机科学论坛     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> DTD, XML Schema(XMLS), RELAX NG
    [返回] 中文XML论坛 - 专业的XML技术讨论区XML.ORG.CN讨论区 - XML技术『 DTD/XML Schema 』 → [求助]<xsd:element>的属性 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 5958 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: [求助]<xsd:element>的属性 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     jeffrey_zheng 帅哥哟,离线,有人找我吗?
      
      
      等级:大一新生
      文章:5
      积分:76
      门派:XML.ORG.CN
      注册:2004/9/4

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给jeffrey_zheng发送一个短消息 把jeffrey_zheng加入好友 查看jeffrey_zheng的个人资料 搜索jeffrey_zheng在『 DTD/XML Schema 』的所有贴子 引用回复这个贴子 回复这个贴子 查看jeffrey_zheng的博客楼主
    发贴心情 [求助]<xsd:element>的属性

    <xsd:element abstract="" block="" default="" final="" fixed="" form="" maxOccurs="" minOccurs="" name="" nillable="" ref="" substitutionGroup="" type=""/>
    xsd:element 的这些属性都代表什么意思?哪位大侠能指点一二。
    我知道的:
    maxOccurs 表示元素在xml中可出现的最大次数
    minOccurs 表示元素在xml中可出现的最小次数
    name  表示元素的名字
    type 元素的数据类型
    default 表示元素的默认值

       收藏   分享  
    顶(0)
      




    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2004/9/4 11:19:00
     
     jeffrey_zheng 帅哥哟,离线,有人找我吗?
      
      
      等级:大一新生
      文章:5
      积分:76
      门派:XML.ORG.CN
      注册:2004/9/4

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给jeffrey_zheng发送一个短消息 把jeffrey_zheng加入好友 查看jeffrey_zheng的个人资料 搜索jeffrey_zheng在『 DTD/XML Schema 』的所有贴子 引用回复这个贴子 回复这个贴子 查看jeffrey_zheng的博客2
    发贴心情 
    自己先顶下
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2004/9/4 11:20:00
     
     hugh 帅哥哟,离线,有人找我吗?白羊座1984-3-27
      
      
      等级:大二(研究C++)
      文章:38
      积分:281
      门派:XML.ORG.CN
      注册:2004/8/11

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给hugh发送一个短消息 把hugh加入好友 查看hugh的个人资料 搜索hugh在『 DTD/XML Schema 』的所有贴子 引用回复这个贴子 回复这个贴子 查看hugh的博客3
    发贴心情 
    Here are items that you use in declaring elements:

    name:  use this to declare what will be the name of the element in instance
                documents.
    ref:  use this to refer-to an element declaration.
    type:  use this to declare the datatype of the element's value in instance
              documents.
    id:  use this to associate a unique identifier to the element component.
     This id has no representation in the instance document.  It is purely
     internal to the schema.  The type of this value must be xsd:ID.
    form:  use this to override elementFormDefault (which is specified on the schema
     element).  There are two possible values - qualified or unqualified.
     If form is assigned the value qualified then the element must be
     namespace-qualified in instance documents.
    abstract: use this to indicate that the element is only a placeholder for other elements
     which are in its substitutionGroup.  The default value for abstract is false
    block:  use this to prohibit this element from being replaced by an element in its
     substitutionGroup, or prohibit this element's type from being replaced by a
     derived type.
    default:  use this to give the element a default value.
    fixed:  use this to give the element a fixed (constant) value.
    minOccurs: use this to specify the minimum number of times that the element may
     occur in an instance document. The default value for minOccurs is 1.
    maxOccurs: use this to specify the maximum number of times that the element may
     occur in an instance document. The default value for maxOccurs is 1.  Note:
              the value for minOccurs must be less than or equal to maxOccurs.
    nillable: use this to assert that if there's no value available for the element then in
     the instance document we indicate it with the xsi:null attribute. The default
     value for nillable is false.
    substitutionGroup: use this to indicate that this element can substitute for the element
     identified by the substitutionGroup

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2004/9/14 22:34:00
     
     GoogleAdSense白羊座1984-3-27
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 DTD/XML Schema 』的所有贴子 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/1/2 22:45:12

    本主题贴数3,分页: [1]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    62.500ms