DTD to XML Schema Conversion: A Practical Guide
<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/m9Wt 著作权归作者所有。请勿转载和采集!