📄 mapping.xsdconfig
字号:
<!-- An xsdconfig file must begin with a "config" element in the
http://www.bea.com/2002/09/xbean/config namespace. Also, be sure
to declare any namespaces used to qualify types in your schema (here,
the namespace corresponding to the pol prefix. -->
<xb:config xmlns:pol="http://openuri.org/easypoLocal"
xmlns:xb="http://www.bea.com/2002/09/xbean/config">
<!-- Use the "namespace" element to map a namespace to the Java package
name that should be generated. -->
<xb:namespace uri="urn:epcglobal:ale:xsd:1">
<xb:package>org.firstopen.epc.ale</xb:package>
</xb:namespace>
<xb:namespace uri="urn:epc:specification:interchange:PMLCore:xml:schema:1">
<xb:package>org.firstopen.epc.pmlcore</xb:package>
</xb:namespace>
<xb:namespace uri="urn:epc:specification:universal:Identifier:xml:schema:1">
<xb:package>org.firstopen.epc.universal</xb:package>
</xb:namespace>
</xb:config>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -