list
コンポーネントでは、指定したデータ型の値のリストとして単純型の要素を定義します。
simpleType
<list
id=ID
itemType=QName
any attributes
>
(annotation?,(simpleType?))
</list>
注意: ?記号は、指定した要素がlist要素内に0回または1回出現することを宣言します。
id
itemType
simpleType
要素の名前を指定します。この属性は、コンテンツにsimpleType
要素が含まれる場合は許可されず、その他の場合には必須です。
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.