阅读背景:

检查XPath中属性的默认值

来源:互联网 

i have XML schema:

我有XML模式:

<xsd:complexType name="contactsType">
  <xsd:sequence>
    <xsd:element name="contact" type="contactType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="visible" type="xsd:boolean" default="true"/>
</xsd:complexType>
<xsd:complexTyp



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: