foo.xsd
来自「Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应」· XSD 代码 · 共 24 行
XSD
24 行
<?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSPY v5 U (http://www.xmlspy.com) by Doug Bitting (Agile Software) --><xs:schema targetNamespace="urn:ImportSchemaTest" xmlns="urn:ImportSchemaTest" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:foo="urn:ImportSchemaTest" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:complexType name="foo"> <xs:sequence> <xs:element name="bar" type="xs:string"> <xs:annotation> <xs:documentation>bar annotation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="baz" type="xs:string"> <xs:annotation> <xs:documentation>baz annotation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ball" type="xs:string"> <xs:annotation> <xs:documentation>ball annotation</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType></xs:schema>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?