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.
最大25文字に制限したい属性があります。XMLスキーマは、RelaxNGCompact構文で定義されています。これを指定する方法はありますか?
うん。
attribute myExample { xsd:string { maxLength = "25" } }