DTD约束转换成Schema约束!ELEMENT booktitleauthorprice
<xs:element name="book"> xs:complexType xs:sequence <xs:element name="title" type="xs:string"/> <xs:element name="author" type="xs:string"/> <xs:element name="price" type="xs:decimal"/> </xs:sequence> </xs:complexType> </xs:element>
原文地址: https://www.cveoy.top/t/topic/bFU7 著作权归作者所有。请勿转载和采集!