JSRUN 用代码说话

attributeGroup 元素

编辑教程

attributeGroup 元素

定义和用法

attributeGroup 元素用于对属性声明进行组合,这样这些声明就能够以组合的形式合并到复杂类型中。

元素信息

父元素: attributeGroup, complexType, schema, restriction (both simpleContent and complexContent), extension (both simpleContent and complexContent)

语法

 <attributeGroup
 id=ID
 name=NCName
 ref=QName
any attributes
 >

 (annotation?),((attribute|attributeGroup)*,anyAttribute?))

 </attributeGroup>

(? 符号声明在 attributeGroup 元素中,元素可出现零次或一次,* 符号声明元素可出现零次或多次。)

属性 描述
id 可选。规定该元素的唯一的 ID。
name 可选。规定属性组的名称。name 和 ref 属性不能同时出现。
ref 可选。规定对指定的属性组的引用。name 和 ref 属性不能同时出现。
any attributes 可选。规定带有 non-schema 命名空间的任何其他属性。

实例

 <xs:attributeGroup name="personattr">
   <xs:attribute name="attr1" type="string"/>
   <xs:attribute name="attr2" type="integer"/>
 </xs:attributeGroup>

 <xs:complexType name="person">
   <xs:attributeGroup ref="personattr"/>
 </xs:complexType>

上面的例子定义了一个名为 "personattr" 的属性组,在名为 "person" 的复杂类型中使用。

JSRUN闪电教程系统是国内最先开创的教程维护系统, 所有工程师都可以参与共同维护的闪电教程,让知识的积累变得统一完整、自成体系。 大家可以一起参与进共编,让零散的知识点帮助更多的人。
X
支付宝
9.99
无法付款,请点击这里
金额: 0
备注:
转账时请填写正确的金额和备注信息,到账由人工处理,可能需要较长时间
如有疑问请联系QQ:565830900
正在生成二维码, 此过程可能需要15秒钟