1

我使用了这里的 xml/xml-schema 示例。当我用给定的模式解码 xml 字符串时,我得到一个嵌套的 dict 作为输出:

{'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance', '@orderid': '889923', '@xsi:noNamespaceSchemaLocation': 'shiporder.xsd', 'orderperson ': 'John Smith', 'shipto': {'name': 'Ola Nordmann', 'address': 'Langgt 23', 'city': '4000 Stavanger', 'country': 'Norway'}, 'item ': [{'title': 'Empire Burlesque', 'note': '特别版', 'quantity': 1, 'price': Decimal('10.90')}, {'title': '隐藏你的心' , '数量': 1, '价格': 十进制('9.90')}]}

这个符号怎么称呼?

或者有人可以帮助我提供格式说明吗?

我认为“@”表示属性和嵌套字典是复杂类型。但是我无法从示例中读取任何内容。

4

0 回答 0