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 模式是在 Relax NG Compact 语法中定义的。有没有办法指定这个?
是的。
attribute myExample { xsd:string { maxLength = "25" } }