simpleType
コンポーネントでは、単純型を定義します。また、制約や、属性値またはテキストのみの要素の値に関する情報を指定します。
attribute
element
list
restriction
schema
union
<simpleType
id=ID
name=NCName
any attributes
>
(annotation?,(restriction|list|union))
</simpleType>
注意: ?記号は、指定した要素がsimpleType
要素内に0回または1回出現することを宣言します。
id
name
simpleType
要素がschema
要素の子である場合には必須で、それ以外の場合には許可されません。
any attributes
この要素およびすべてのXML要素の詳細は、「W3C XML Schema Part 1: Structures Specification」(http://www.w3.org/TR/xmlschema-1/)を参照してください。
リファレンス: XSDコンポーネント
XSDビジュアル・エディタについて
Copyright © 1997, 2006, Oracle. All rights reserved.