有没有办法用自定义属性扩展XSD元素?
例如,我想在XSD中执行以下操作:
<xs:element name="myElement" type="xs:string" myCustomAttribute="true" />
xml xsd
xml ×1
xsd ×1