我加载了 XSD 模式定义(XDocument
变量类型)我不知道如何获取someProperty
值。有任何想法吗 ?
<xsd:form-definition xmlns:xsd="http://url/lorem.xsd"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
someProperty="ABC">
...
</xsd:form-definition>