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.
xsd-schema ファイルを作成していますが、属性の値 (正の整数) が別の属性の minOccurs と maxOccurs の値でもあることを確認する必要があります。これはどういうわけか可能ですか?
XSD 1.0 だけではありません。
XSD 1.0 で別のスキーマ言語を使用できる場合は、Schematron を使用できます。XSD 1.1 に移行できる場合、xsd:assert はここで (Schematron と同様に) 同じことを行います。