如何解析XML schema
<xs:elementname="real_charge_outParam"><xs:annotation><xs:documentation>实时费用查询输出参数</x...
<xs:element name="real_charge_outParam">
<xs:annotation>
<xs:documentation>实时费用查询输出参数</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="charge" type="xs:integer" nillable="true" minOccurs="0">
<xs:annotation>
<xs:documentation>返回号码对应帐户下的总实时费用(没有进行余额虚扣的费用,单位:分)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="err_code" type="xs:integer">
<xs:annotation>
<xs:documentation>错误码:0成功,1失败</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="err_msg" type="xs:string">
<xs:annotation>
<xs:documentation>错误信息</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="real_bill_data" type="real_bill_detail" nillable="true" minOccurs="0">
<xs:annotation>
<xs:documentation>实时帐单数据</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
假如有这样的一个XML文件,我要如何获取这个文件里面的内容呢? 展开
<xs:annotation>
<xs:documentation>实时费用查询输出参数</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="charge" type="xs:integer" nillable="true" minOccurs="0">
<xs:annotation>
<xs:documentation>返回号码对应帐户下的总实时费用(没有进行余额虚扣的费用,单位:分)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="err_code" type="xs:integer">
<xs:annotation>
<xs:documentation>错误码:0成功,1失败</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="err_msg" type="xs:string">
<xs:annotation>
<xs:documentation>错误信息</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="real_bill_data" type="real_bill_detail" nillable="true" minOccurs="0">
<xs:annotation>
<xs:documentation>实时帐单数据</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
假如有这样的一个XML文件,我要如何获取这个文件里面的内容呢? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询