Skip to content

Instantly share code, notes, and snippets.

@jahentao
Created May 27, 2017 08:47
Show Gist options
  • Save jahentao/4391ed60587f71090fff4ba677cd34ef to your computer and use it in GitHub Desktop.
Save jahentao/4391ed60587f71090fff4ba677cd34ef to your computer and use it in GitHub Desktop.
SCHEMA导言一般格式
<?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