mapping.xsdconfig

来自「一个开源的rfid middleware 资料」· XSDCONFIG 代码 · 共 24 行

XSDCONFIG
24
字号
<!-- 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 + =
减小字号Ctrl + -
显示快捷键?