代码
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated from Common.xml by XMLBuddy -->
<!ELEMENT array (value+)>
<!ELEMENT array-collection (value+)>
<!ELEMENT constructor-arg (ref?)>
<!ATTLIST constructor-arg
    type NMTOKEN #IMPLIED
    value CDATA #IMPLIED
>
<!ELEMENT dictionary (entry)>
<!ELEMENT entry (key,value)>
<!ELEMENT import EMPTY>
<!ATTLIST import file NMTOKEN #REQUIRED>
<!ELEMENT key (#PCDATA)>
<!ELEMENT object (constructor-arg|import|object|param|property|template)*>
<!ATTLIST object
    class CDATA #IMPLIED
    factory-method NMTOKEN #IMPLIED
    id CDATA #IMPLIED
    init-method CDATA #IMPLIED
    lazy-init NMTOKEN #IMPLIED
    singleton NMTOKEN #IMPLIED
    template NMTOKEN #IMPLIED
>
<!ELEMENT objects (array|array-collection|dictionary|object)*>
<!ELEMENT param EMPTY>
<!ATTLIST param
    name NMTOKEN #REQUIRED
    value NMTOKEN #REQUIRED
>
<!ELEMENT property (object?)>
<!ATTLIST property
    file NMTOKEN #IMPLIED
    name CDATA #IMPLIED
    ref CDATA #IMPLIED
    value CDATA #IMPLIED
>
<!ELEMENT ref (#PCDATA)>
<!ATTLIST ref object NMTOKEN #IMPLIED>
<!ELEMENT template (object)>
<!ATTLIST template id NMTOKEN #REQUIRED>
<!ELEMENT value (#PCDATA|ref)*>

配置对xml文件编辑时候的只能提示

相关文章:

  • 2021-06-07
  • 2021-11-06
  • 2021-04-19
  • 2021-07-11
  • 2021-07-05
  • 2022-03-02
  • 2021-12-20
  • 2021-04-28
猜你喜欢
  • 2021-09-15
  • 2022-12-23
  • 2021-07-29
  • 2021-12-14
  • 2022-02-24
  • 2021-09-08
  • 2021-05-30
相关资源
相似解决方案