schema
コンポーネントは、スキーマのルート要素を定義します。
<schema
id=ID
attributeFormDefault=qualified|unqualified
elementFormDefault=qualified|unqualified
blockDefault=(#all|list of
(extension|restriction|substitution))
finalDefault=(#all|list of
(extension|restriction|list|union))
targetNamespace=anyURI
version=token
xmlns=anyURI
any attributes
>
((include|import|redefine|annotation),
(((simpleType|complexType|
group|attributeGroup)
|element|attribute|notation),annotation)
</schema>
id
attributeFormDefault
elementFormDefault
blockDefault
element
要素およびcomplexType
要素のblock属性のデフォルト値を指定します。block属性は、指定した種類の派生を持つ複合型(または要素)が、この複合型のかわりに使用されないようにします。この値には#allか、extension、restrictionまたはsubstitutionのサブセットのリストを含めることができます。
finalDefault
element
要素、simpleType
要素およびcomplexType
要素のfinal属性のデフォルト値を指定します。final属性は、element
要素、simpleType
要素およびcomplexType
要素の指定した種類の派生を抑止します。element
要素およびcomplexType
要素の場合、この値には#allか、extensionまたはrestrictionのサブセットのリストを含めることができます。simpleType要素の場合には、この値にlistおよびunionを追加で含めることができます。
targetNamespace
version
xmlns
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.