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.
可能重复: DTD 元素类型问题
我有一个xml,其中有元素设施。
互联网
设施可以至少具有以下一项或多项:互联网、健身房、免费停车场、餐厅、接机服务、游泳池、会议厅、宴会厅。我如何在 dtd 和模式中应用它
您当然可以使用架构来做到这一点,它允许您将值限制为设置值的枚举。有关此堆栈问题的更多信息