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