attributeGroup
コンポーネントは、一連の属性宣言のグループ化に使用されるため、複合型の定義にグループとして組み込めます。
attributeGroup
complexType
schema
restriction
(simpleContentおよびcomplexContentの両方)
extension
(simpleContentおよびcomplexContentの両方)
<attributeGroup
id=ID
name=NCName
ref=QName
any attributes
>
(annotation?),((attribute|attributeGroup)*,anyAttribute?))
</attributeGroup>
注意: ?記号は、指定した要素が0回または1回出現することを宣言します。*記号は、指定した要素がattributeGroup
要素内に0回以上出現することを宣言します。
id
name
Name
属性とref
属性の両方を使用することはできません。
ref
Name
属性とref
属性の両方を使用することはできません。
any attributes
この要素およびすべてのXML要素の詳細は、「W3C XML Schema Part 1: Structures Specification」(http://www.w3.org/TR/xmlschema-1/)を参照してください。
リファレンス: XSDコンポーネント
XSDビジュアル・エディタについて
Copyright © 1997, 2007, Oracle. All rights reserved.