Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XML ファイルに、10 進数または日付のいずれかの値を持つ要素があります。検証用の XML スキーマでは、次のように指定しました。
<xs:element name = "data" type="xs:decimal"/>
として指定することもできますtype="xs:date"。
type="xs:date"
これは、日付または小数としてのみ検証します。日付または小数の値に関係なく、この要素を検証できる別のデータ型または何かがありますか?