sequence
要素では、子要素を順番に表示することを指定します。各子要素は、0回以上何度でも出現できます。
group
choice
sequenc
complexType
restriction
(simpleContentおよびcomplexContentの両方)
extension
(simpleContentおよびcomplexContentの両方)
<sequence
id=ID
maxOccurs=nonNegativeInteger|unbounded
minOccurs=nonNegativeInteger
any attributes
>
(annotation?,(element|group|choice|sequence|any)*)
</sequence>注意: ?記号は、指定した要素が
sequence
要素内に0回以上出現することを宣言します。
id
maxOccurs
sequence
要素が出現する最大回数を指定します。値は、0以上の任意の数値です。また、最大出現回数を制限しない場合は、unbounded値を使用します。デフォルト値は1です。
minOccurs
sequence
要素が出現する最小回数を指定します。値は、0以上の任意の数値です。デフォルト値は1です。
any attributes
この要素およびすべてのXML要素の詳細は、http://www.w3.org/TR/xmlschema-1/にある「W3C XML Schema Part 1: Structures」の仕様を参照してください。
Copyright © 1997, 2004, Oracle. All rights reserved.