Created
May 27, 2017 08:47
-
-
Save jahentao/4391ed60587f71090fff4ba677cd34ef to your computer and use it in GitHub Desktop.
SCHEMA导言一般格式
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<!--自定义SCHEMA--> | |
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
targetNamespace="http://www.jahentao.com" | |
xmlns="http://www.jahentao.com" | |
elementFormDefault="qualified"> | |
<!--SCHEMA文档中的子元素的名字和类型的定义--> | |
</xs:schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment