all
要素では、子要素を任意の順序で表示できること、および各子要素が0回または1回出現することを指定します。
group
complexType
restriction
(simpleContentおよびcomplexContentの両方)
extension
(simpleContentおよびcomplexContentの両方)
<all
id=ID
maxOccurs=1
minOccurs=0|1
any attributes
>
(annotation?,element*)
</all>
注意: ?記号は、指定した要素が0回または1回出現することを宣言します。*記号は、指定した要素がall要素内に0回以上出現することを宣言します。
id
maxOccurs
minOccurs
any attributes
この要素およびすべてのXML要素の詳細は、http://www.w3.org/TR/xmlschema-1/にある「W3C XML Schema Part 1: Structures」の仕様を参照してください。
Copyright © 1997, 2004, Oracle. All rights reserved.